diff options
| author | Ulf Magnusson <ulfalizer@gmail.com> | 2019-04-25 21:50:44 +0200 |
|---|---|---|
| committer | Ulf Magnusson <ulfalizer@gmail.com> | 2019-04-26 17:21:36 +0200 |
| commit | e1ff3de718a39959b79b4607e950d76c2486a44e (patch) | |
| tree | da706ba48cb0754869f740e166062bb92920dba1 /menuconfig.py | |
| parent | b419eb3cd2050ce75d5b8a540c5b7359ec5d7455 (diff) | |
menuconfig: Nit
Make a comment consistent with guiconfig.py.
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 74eb38b..cab3013 100755 --- a/menuconfig.py +++ b/menuconfig.py @@ -769,7 +769,7 @@ def _needs_save(): # If True, the corresponding mode is on. See the module docstring. # # _conf_filename: -# .config file to save the configuration to +# File to save the configuration to # # _minconf_filename: # File to save minimal configurations to |
