[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:
Miss Islington (bot) 2025-11-30 22:15:39 +01:00 committed by GitHub
parent b95d16a338
commit 4dbf8e14ba
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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