Skip to content

Commit ca91d03

Browse files
committed
gh-142067: Add missing default value for param in multiprocessing.Pipe's doc
1 parent 056d6c5 commit ca91d03

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Doc/library/multiprocessing.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -890,7 +890,7 @@ For an example of the usage of queues for interprocess communication see
890890
:ref:`multiprocessing-examples`.
891891

892892

893-
.. function:: Pipe([duplex])
893+
.. function:: Pipe(duplex=True)
894894

895895
Returns a pair ``(conn1, conn2)`` of
896896
:class:`~multiprocessing.connection.Connection` objects representing the

0 commit comments

Comments
 (0)