Skip to content

Commit e64d21b

Browse files
replace 'sequencial argument' by 'positional' in doc (GH-12925)
(cherry picked from commit 29d018a) Co-authored-by: Mathieu Dupuy <deronnax@users.noreply.github.com>
1 parent c0f6f53 commit e64d21b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Doc/library/threading.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -250,7 +250,7 @@ since it is impossible to detect the termination of alien threads.
250250

251251
You may override this method in a subclass. The standard :meth:`run`
252252
method invokes the callable object passed to the object's constructor as
253-
the *target* argument, if any, with sequential and keyword arguments taken
253+
the *target* argument, if any, with positional and keyword arguments taken
254254
from the *args* and *kwargs* arguments, respectively.
255255

256256
.. method:: join(timeout=None)

0 commit comments

Comments
 (0)