Skip to content

Commit 578a8f8

Browse files
committed
use public names
1 parent a790669 commit 578a8f8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Python/codecs.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -680,7 +680,7 @@ wrong_exception_type(PyObject *exc)
680680

681681
/*
682682
* Return the number of characters (including special prefixes)
683-
* needed to represent 'ch' by _codec_handler_write_unicode_hex().
683+
* needed to represent 'ch' by codec_handler_write_unicode_hex().
684684
*/
685685
static inline Py_ssize_t
686686
codec_handler_unicode_hex_width(Py_UCS4 ch)

0 commit comments

Comments
 (0)