]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Typo fix.
authorGeorg Brandl <georg@python.org>
Sun, 4 Sep 2011 06:10:25 +0000 (08:10 +0200)
committerGeorg Brandl <georg@python.org>
Sun, 4 Sep 2011 06:10:25 +0000 (08:10 +0200)
Misc/NEWS

index 514d19afedd2846b200449593c3fb6e244cced54..bd39f358b30e0be1f516e9fb38ee270f1d48473f 100644 (file)
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -92,7 +92,7 @@ Core and Builtins
 - Issue #11627: Fix segfault when __new__ on a exception returns a
   non-exception class.
 
-- Issue #12149: Update the method cache after a type's dictionnary gets
+- Issue #12149: Update the method cache after a type's dictionary gets
   cleared by the garbage collector.  This fixes a segfault when an instance
   and its type get caught in a reference cycle, and the instance's
   deallocator calls one of the methods on the type (e.g. when subclassing