Skip to content

Commit fc6db1d

Browse files
committed
Fix comment typo.
1 parent 7fa9b14 commit fc6db1d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Objects/typeobject.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3876,7 +3876,7 @@ inherit_slots(PyTypeObject *type, PyTypeObject *base)
38763876
/* XXX This isn't right. If the warning is turned
38773877
into an exception, we should be communicating
38783878
the error back to the caller, but figuring out
3879-
how to clean-up in that case is tricky. See
3879+
how to clean up in that case is tricky. See
38803880
issue 8627 for more. */
38813881
PyErr_Clear();
38823882
}

0 commit comments

Comments
 (0)