[Python-checkins] cpython: Close #14248: fix typo.

georg.brandl python-checkins at python.org
Sat Mar 10 20:52:21 CET 2012


http://hg.python.org/cpython/rev/9afbb3af1693
changeset: 75520:9afbb3af1693
user: Georg Brandl <georg at python.org>
date: Sat Mar 10 20:52:16 2012 +0100
summary:
 Close #14248: fix typo.
files:
 Doc/whatsnew/3.3.rst | 2 +-
 1 files changed, 1 insertions(+), 1 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
@@ -475,7 +475,7 @@
 (:issue:`12170`)
 
 * A dict lookup now raises a :exc:`RuntimeError` if the dict is modified during
- the lookup. If you implement your own comparaison function for objects used
+ the lookup. If you implement your own comparison function for objects used
 as dict keys and the dict is shared by multiple threads, access to the dict
 should be protected by a lock.
 
-- 
Repository URL: http://hg.python.org/cpython


More information about the Python-checkins mailing list

AltStyle によって変換されたページ (->オリジナル) /