From: Mark Dickinson Date: Sat, 5 Jun 2010 12:51:21 +0000 (+0000) Subject: Fix comment typo. X-Git-Tag: v2.7rc1~18 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=77acee95677152af7417ad47148cf24feb4c947c;p=thirdparty%2FPython%2Fcpython.git Fix comment typo. --- diff --git a/Objects/typeobject.c b/Objects/typeobject.c index b28ab4d6daad..94e78da6361d 100644 --- a/Objects/typeobject.c +++ b/Objects/typeobject.c @@ -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(); }