gh-142067: Add missing default value for param in multiprocessing.Pipe's doc (GH-142109)

This commit is contained in:
flovent 2025-12-01 05:10:01 +08:00 committed by GitHub
parent cd4d0ae75c
commit 229ed3dd1f
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