Skip to content

Commit 4dbf8e1

Browse files
[3.14] pythongh-142067: Add missing default value for param in multiprocessing.Pipe's doc (pythonGH-142109) (python#142120)
pythongh-142067: Add missing default value for param in `multiprocessing.Pipe`'s doc (pythonGH-142109) (cherry picked from commit 229ed3d) Co-authored-by: flovent <flbven@protonmail.com>
1 parent b95d16a commit 4dbf8e1

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)