From 5bdec0ba25ee39dce109300809d9643d7d4306ba Mon Sep 17 00:00:00 2001 From: Ulf Magnusson Date: Sun, 24 Mar 2019 19:00:56 +0100 Subject: savedefconfig: Fix typo in help --- savedefconfig.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/savedefconfig.py b/savedefconfig.py index ec58d27..8b45fe4 100755 --- a/savedefconfig.py +++ b/savedefconfig.py @@ -5,8 +5,8 @@ """ Saves a minimal configuration file that only lists symbols that differ in value -their defaults. Loading such a configuration file is equivalent to loading the -"full" configuration file. +from their defaults. Loading such a configuration file is equivalent to loading +the "full" configuration file. Minimal configuration files are handy to start from when editing configuration files by hand. -- cgit v1.2.3