[Python-checkins] cpython (merge 3.3 -> default): Merge: Fix typos.

r.david.murray python-checkins at python.org
Sat Oct 6 22:07:02 CEST 2012


http://hg.python.org/cpython/rev/ef699ca4f821
changeset:   79537:ef699ca4f821
parent:      79535:ad435964fc9c
parent:      79536:98070a6a7dba
user:        R David Murray <rdmurray at bitdance.com>
date:        Sat Oct 06 16:06:41 2012 -0400
summary:
  Merge: Fix typos.

files:
  Doc/whatsnew/3.3.rst |  4 ++--
  1 files changed, 2 insertions(+), 2 deletions(-)


diff --git a/Doc/whatsnew/3.3.rst b/Doc/whatsnew/3.3.rst
--- a/Doc/whatsnew/3.3.rst
+++ b/Doc/whatsnew/3.3.rst
@@ -1946,10 +1946,10 @@
 ---------
 
 :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

-- 
Repository URL: http://hg.python.org/cpython


More information about the Python-checkins mailing list