mirror of
https://github.com/python/cpython.git
synced 2026-04-05 03:21:05 +00:00
gh-142067: Add missing default value for param in multiprocessing.Pipe's doc (GH-142109)
This commit is contained in:
parent
cd4d0ae75c
commit
229ed3dd1f
1 changed files with 1 additions and 1 deletions
|
|
@ -890,7 +890,7 @@ For an example of the usage of queues for interprocess communication see
|
|||
:ref:`multiprocessing-examples`.
|
||||
|
||||
|
||||
.. function:: Pipe([duplex])
|
||||
.. function:: Pipe(duplex=True)
|
||||
|
||||
Returns a pair ``(conn1, conn2)`` of
|
||||
:class:`~multiprocessing.connection.Connection` objects representing the
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue