diff options
| -rwxr-xr-x | menuconfig.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/menuconfig.py b/menuconfig.py index cc61014..9385b03 100755 --- a/menuconfig.py +++ b/menuconfig.py @@ -2269,7 +2269,7 @@ def _safe_move(win, *args): pass def _convert_c_lc_ctype_to_utf8(): - # See _CONVERT_C_LOCALE_TO_UTF8 + # See _CONVERT_C_LC_CTYPE_TO_UTF8 if _IS_WINDOWS: # Windows rarely has issues here, and the PEP 538 implementation avoids |
