We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c0f6f53 commit e64d21bCopy full SHA for e64d21b
1 file changed
Doc/library/threading.rst
@@ -250,7 +250,7 @@ since it is impossible to detect the termination of alien threads.
250
251
You may override this method in a subclass. The standard :meth:`run`
252
method invokes the callable object passed to the object's constructor as
253
- the *target* argument, if any, with sequential and keyword arguments taken
+ the *target* argument, if any, with positional and keyword arguments taken
254
from the *args* and *kwargs* arguments, respectively.
255
256
.. method:: join(timeout=None)
0 commit comments