mirror of
https://github.com/python/cpython.git
synced 2026-02-14 03:10:44 +00:00
[3.14] gh-142067: Add missing default value for param in multiprocessing.Pipe's doc (GH-142109) (#142120)
gh-142067: Add missing default value for param in `multiprocessing.Pipe`'s doc (GH-142109)
(cherry picked from commit 229ed3dd1f)
Co-authored-by: flovent <flbven@protonmail.com>
This commit is contained in:
parent
b95d16a338
commit
4dbf8e14ba
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