Commit 344174dc authored by R David Murray's avatar R David Murray

Fix typos.

parent ef4d2867
......@@ -1946,10 +1946,10 @@ threading
---------
:class:`threading.Condition`, :class:`threading.Semaphore`,
:class:`threading.BoundedSempaphore`, :class:`threading.Event`, and
:class:`threading.BoundedSemaphore`, :class:`threading.Event`, and
:class:`threading.Timer`, all of which used to be factory functions returning a
class instance, are now classes and may be subclassed. (Contributed by Éric
Araujo in :issue:`109681`).
Araujo in :issue:`10968`).
The :class:`threading.Thread` constructor now accepts a ``daemon`` keyword
argument to override the default behavior of inheriting the ``deamon`` flag
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment