]> granicus.if.org Git - python/commitdiff
Fix typos.
authorR David Murray <rdmurray@bitdance.com>
Sat, 6 Oct 2012 20:06:16 +0000 (16:06 -0400)
committerR David Murray <rdmurray@bitdance.com>
Sat, 6 Oct 2012 20:06:16 +0000 (16:06 -0400)
Doc/whatsnew/3.3.rst

index 1fef8d3cbe98ca57735e2dc22a4e9584e89abb62..7dee076275d827a9040487eb8339657cc0e0aeeb 100644 (file)
@@ -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