]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
gh-142067: Add missing default value for param in `multiprocessing.Pipe`'s doc (GH...
authorflovent <flbven@protonmail.com>
Sun, 30 Nov 2025 21:10:01 +0000 (05:10 +0800)
committerGitHub <noreply@github.com>
Sun, 30 Nov 2025 21:10:01 +0000 (13:10 -0800)
Doc/library/multiprocessing.rst

index cbc98b256a93a4639077f9a29e506af4a182ec84..b297001f2b544ee28db81ccef5e49bb0c755749f 100644 (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