Skip to content

Commit 3fb81c2

Browse files
committed
fixup comment
1 parent ebf86c7 commit 3fb81c2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Objects/exceptions.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2709,7 +2709,7 @@ as_unicode_error_attribute(PyObject *attr, const char *name, int as_bytes)
27092709

27102710

27112711
/*
2712-
* Check that 'self' is of a UnicodeError object.
2712+
* Check that 'self' is a UnicodeError object.
27132713
*
27142714
* On success, this returns 0.
27152715
* On failure, this sets a TypeError exception and returns -1.

0 commit comments

Comments
 (0)