Kaydet (Commit) 29d018aa authored tarafından Mathieu Dupuy's avatar Mathieu Dupuy Kaydeden (comit) Inada Naoki

replace 'sequencial argument' by 'positional' in doc (GH-12925)

üst 359bd4f6
...@@ -250,7 +250,7 @@ since it is impossible to detect the termination of alien threads. ...@@ -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` You may override this method in a subclass. The standard :meth:`run`
method invokes the callable object passed to the object's constructor as 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. from the *args* and *kwargs* arguments, respectively.
.. method:: join(timeout=None) .. method:: join(timeout=None)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment