We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a790669 commit 578a8f8Copy full SHA for 578a8f8
Python/codecs.c
@@ -680,7 +680,7 @@ wrong_exception_type(PyObject *exc)
680
681
/*
682
* Return the number of characters (including special prefixes)
683
- * needed to represent 'ch' by _codec_handler_write_unicode_hex().
+ * needed to represent 'ch' by codec_handler_write_unicode_hex().
684
*/
685
static inline Py_ssize_t
686
codec_handler_unicode_hex_width(Py_UCS4 ch)
0 commit comments