Skip to content

Commit ebf86c7

Browse files
committed
fixup comment
1 parent 6c07afc commit ebf86c7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Objects/exceptions.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2738,8 +2738,8 @@ check_unicode_error_type(PyObject *self, const char *expect_type)
27382738
// --- PyUnicodeEncodeObject: internal helpers --------------------------------
27392739
//
27402740
// In the helpers below, the caller is responsible to ensure that 'self'
2741-
// is a PyUnicodeErrorObject, although this condition is verified by this
2742-
// function on DEBUG builds through PyUnicodeError_CAST().
2741+
// is a PyUnicodeErrorObject, although this is verified on DEBUG builds
2742+
// through PyUnicodeError_CAST().
27432743

27442744
/*
27452745
* Return the underlying (str) 'encoding' attribute of a UnicodeError object.

0 commit comments

Comments
 (0)