Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ef4d286 commit 344174dCopy full SHA for 344174d
1 file changed
Doc/whatsnew/3.3.rst
@@ -1946,10 +1946,10 @@ threading
1946
---------
1947
1948
:class:`threading.Condition`, :class:`threading.Semaphore`,
1949
-:class:`threading.BoundedSempaphore`, :class:`threading.Event`, and
+:class:`threading.BoundedSemaphore`, :class:`threading.Event`, and
1950
:class:`threading.Timer`, all of which used to be factory functions returning a
1951
class instance, are now classes and may be subclassed. (Contributed by Éric
1952
-Araujo in :issue:`109681`).
+Araujo in :issue:`10968`).
1953
1954
The :class:`threading.Thread` constructor now accepts a ``daemon`` keyword
1955
argument to override the default behavior of inheriting the ``deamon`` flag
0 commit comments