Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 29d018a

Browse files
deronnaxmethane
authored andcommitted
replace 'sequencial argument' by 'positional' in doc (GH-12925)
1 parent 359bd4f commit 29d018a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Doc/library/threading.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -250,7 +250,7 @@ since it is impossible to detect the termination of alien threads.
250250

251251
You may override this method in a subclass. The standard :meth:`run`
252252
method invokes the callable object passed to the object's constructor as
253-
the *target* argument, if any, with sequential and keyword arguments taken
253+
the *target* argument, if any, with positional and keyword arguments taken
254254
from the *args* and *kwargs* arguments, respectively.
255255

256256
.. method:: join(timeout=None)

0 commit comments

Comments
 (0)