]> granicus.if.org Git - python/commitdiff
Close #14248: fix typo.
authorGeorg Brandl <georg@python.org>
Sat, 10 Mar 2012 19:52:16 +0000 (20:52 +0100)
committerGeorg Brandl <georg@python.org>
Sat, 10 Mar 2012 19:52:16 +0000 (20:52 +0100)
Doc/whatsnew/3.3.rst

index 28294cb977d80d2b44ee73168f4dc4fe4a37c2c5..bccb40dc57c20f53b1b1b739500817ff6c0c4f8d 100644 (file)
@@ -475,7 +475,7 @@ Some smaller changes made to the core Python language are:
   (: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.