]> granicus.if.org Git - python/commitdiff
Typo fix
authorAndrew M. Kuchling <amk@amk.ca>
Tue, 22 Nov 2005 15:14:44 +0000 (15:14 +0000)
committerAndrew M. Kuchling <amk@amk.ca>
Tue, 22 Nov 2005 15:14:44 +0000 (15:14 +0000)
Misc/NEWS

index 40be84ce2f511ef16ccc1b925f89351e6e5ae51d..77e280dcbe79cd74d6284fb314ac7cd53c9d04d8 100644 (file)
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -758,7 +758,7 @@ Core and builtins
   weakref to a dead object, or via any Python code run in any other thread
   that managed to obtain the GIL while a __del__ or callback was running
   in the thread doing gc).  The most likely symptom was "impossible"
-  ``AttributeEror`` exceptions, appearing seemingly at random, on weakly
+  ``AttributeError`` exceptions, appearing seemingly at random, on weakly
   referenced objects.  The cure was to clear all weakrefs to unreachable
   objects before allowing any callbacks to run.