]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
replace 'sequencial argument' by 'positional' in doc (GH-12925)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Tue, 23 Apr 2019 13:06:57 +0000 (06:06 -0700)
committerGitHub <noreply@github.com>
Tue, 23 Apr 2019 13:06:57 +0000 (06:06 -0700)
(cherry picked from commit 29d018aa63b72161cfc67602dc3dbd386272da64)

Co-authored-by: Mathieu Dupuy <deronnax@users.noreply.github.com>
Doc/library/threading.rst

index d7dbcb107ddadb90ad9dd941861d88c91b2322a1..c58a6ad75d08fd8688bfddfc2b9571d81b86667f 100644 (file)
@@ -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)