From: Mathieu Dupuy Date: Tue, 23 Apr 2019 13:01:09 +0000 (+0200) Subject: replace 'sequencial argument' by 'positional' in doc (GH-12925) X-Git-Tag: v3.8.0a4~119 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=29d018aa63b72161cfc67602dc3dbd386272da64;p=python replace 'sequencial argument' by 'positional' in doc (GH-12925) --- diff --git a/Doc/library/threading.rst b/Doc/library/threading.rst index d7dbcb107d..c58a6ad75d 100644 --- a/Doc/library/threading.rst +++ b/Doc/library/threading.rst @@ -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)