[Python-checkins] r81744 - python/trunk/Objects/typeobject.c

mark.dickinson python-checkins at python.org
Sat Jun 5 14:51:21 CEST 2010


Author: mark.dickinson
Date: Sat Jun  5 14:51:21 2010
New Revision: 81744

Log:
Fix comment typo.

Modified:
   python/trunk/Objects/typeobject.c

Modified: python/trunk/Objects/typeobject.c
==============================================================================
--- python/trunk/Objects/typeobject.c	(original)
+++ python/trunk/Objects/typeobject.c	Sat Jun  5 14:51:21 2010
@@ -3876,7 +3876,7 @@
                             /* XXX This isn't right.  If the warning is turned
                                into an exception, we should be communicating
                                the error back to the caller, but figuring out
-                               how to clean-up in that case is tricky.  See
+                               how to clean up in that case is tricky.  See
                                issue 8627 for more. */
                             PyErr_Clear();
                     }


More information about the Python-checkins mailing list