diff options
-rw-r--r-- | Objects/typeobject.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Objects/typeobject.c b/Objects/typeobject.c index f496804..4c97264 100644 --- a/Objects/typeobject.c +++ b/Objects/typeobject.c @@ -3860,7 +3860,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(); } |