Thanks to visit codestin.com Credit goes to github.com
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 359bd4f commit 29d018aCopy full SHA for 29d018a
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