diff options
| author | Ulf Magnusson <ulfalizer@gmail.com> | 2018-05-14 20:38:27 +0200 |
|---|---|---|
| committer | Ulf Magnusson <ulfalizer@gmail.com> | 2018-05-14 20:38:49 +0200 |
| commit | 0bc5961d8e9f49629e33a7193dc921b064ba1587 (patch) | |
| tree | c8efbe0bab9b265a10d016b6615b1f61e9bab849 /menuconfig.py | |
| parent | 0815d1c0812bdf37fda2be407624530aa633fdfe (diff) | |
menuconfig: Fix _CONVERT_C_LC_CTYPE_TO_UTF8 comment
Was using an older name.
Diffstat (limited to 'menuconfig.py')
| -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 |
