mirror of
https://github.com/python/cpython.git
synced 2025-08-04 08:59:19 +00:00
replace 'sequencial argument' by 'positional' in doc (GH-12925)
This commit is contained in:
parent
359bd4f61b
commit
29d018aa63
1 changed files with 1 additions and 1 deletions
|
@ -250,7 +250,7 @@ since it is impossible to detect the termination of alien threads.
|
|||
|
||||
You may override this method in a subclass. The standard :meth:`run`
|
||||
method invokes the callable object passed to the object's constructor as
|
||||
the *target* argument, if any, with sequential and keyword arguments taken
|
||||
the *target* argument, if any, with positional and keyword arguments taken
|
||||
from the *args* and *kwargs* arguments, respectively.
|
||||
|
||||
.. method:: join(timeout=None)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue