Skip to content

Commit 7962657

Browse files
committed
Fix marker
1 parent 29b5cf3 commit 7962657

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
@@ -1718,7 +1718,7 @@ processes.
17181718
start method if it has not been set already. See the :func:`get_context`
17191719
function.
17201720

1721-
Note that *lock* and ctx are keyword-only argument.
1721+
Note that *lock* and *ctx* are keyword-only argument.
17221722

17231723
.. function:: Value(typecode_or_type, *args, lock=True, ctx=None)
17241724

0 commit comments

Comments
 (0)