Skip to content

Commit

Permalink
menuconfig: Fix _CONVERT_C_LC_CTYPE_TO_UTF8 comment
Browse files Browse the repository at this point in the history
Was using an older name.
  • Loading branch information
ulfalizer committed May 14, 2018
1 parent 0815d1c commit 0bc5961
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion menuconfig.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 0bc5961

Please sign in to comment.