]> granicus.if.org Git - python/commitdiff
Fix comment typo.
authorMark Dickinson <dickinsm@gmail.com>
Sat, 5 Jun 2010 12:51:21 +0000 (12:51 +0000)
committerMark Dickinson <dickinsm@gmail.com>
Sat, 5 Jun 2010 12:51:21 +0000 (12:51 +0000)
Objects/typeobject.c

index b28ab4d6daadbf84de04933e0b4e840acf302ef9..94e78da6361da4648c84dae408e6a5fd6c437d2f 100644 (file)
@@ -3876,7 +3876,7 @@ inherit_slots(PyTypeObject *type, PyTypeObject *base)
                             /* 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();
                     }