[Python-checkins] commit of r41504 - python/trunk/Misc

andrew.kuchling@python.org andrew.kuchling at python.org
Tue Nov 22 16:14:50 CET 2005


Author: andrew.kuchling
Date: Tue Nov 22 16:14:44 2005
New Revision: 41504

Modified:
   python/trunk/Misc/NEWS
Log:
Typo fix

Modified: python/trunk/Misc/NEWS
==============================================================================
--- python/trunk/Misc/NEWS	(original)
+++ python/trunk/Misc/NEWS	Tue Nov 22 16:14:44 2005
@@ -758,7 +758,7 @@
   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.
 


More information about the Python-checkins mailing list