From 0bc5961d8e9f49629e33a7193dc921b064ba1587 Mon Sep 17 00:00:00 2001 From: Ulf Magnusson Date: Mon, 14 May 2018 20:38:27 +0200 Subject: menuconfig: Fix _CONVERT_C_LC_CTYPE_TO_UTF8 comment Was using an older name. --- menuconfig.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3