Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 344174d

Browse files
committed
Fix typos.
1 parent ef4d286 commit 344174d

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Doc/whatsnew/3.3.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1946,10 +1946,10 @@ threading
19461946
---------
19471947

19481948
:class:`threading.Condition`, :class:`threading.Semaphore`,
1949-
:class:`threading.BoundedSempaphore`, :class:`threading.Event`, and
1949+
:class:`threading.BoundedSemaphore`, :class:`threading.Event`, and
19501950
:class:`threading.Timer`, all of which used to be factory functions returning a
19511951
class instance, are now classes and may be subclassed. (Contributed by Éric
1952-
Araujo in :issue:`109681`).
1952+
Araujo in :issue:`10968`).
19531953

19541954
The :class:`threading.Thread` constructor now accepts a ``daemon`` keyword
19551955
argument to override the default behavior of inheriting the ``deamon`` flag

0 commit comments

Comments
 (0)