Skip to content

Commit ed60127

Browse files
committed
argument -> parameters
1 parent 7962657 commit ed60127

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Doc/library/multiprocessing.rst

Lines changed: 2 additions & 2 deletions
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 parameters.
17221722

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

@@ -1738,7 +1738,7 @@ processes.
17381738
start method if it has not been set already. See the :func:`get_context`
17391739
function.
17401740

1741-
Note that *lock* and *ctx* are keyword-only argument.
1741+
Note that *lock* and *ctx* are keyword-only parameters.
17421742

17431743
.. function:: copy(obj)
17441744

0 commit comments

Comments
 (0)