From bca2c2fb8f13f45dea0f06d4b4c3f0b4336c2d54 Mon Sep 17 00:00:00 2001 From: bw2 Date: Tue, 27 Jun 2023 22:55:38 -0400 Subject: [PATCH] updated README --- README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.rst b/README.rst index 800863c..72112bb 100644 --- a/README.rst +++ b/README.rst @@ -573,7 +573,7 @@ Design choices: file (eg. short args like -x would be excluded). Also, that way config keys are automatically documented whenever the command line args are documented in the help message. -5. > don't force users to put config file settings in the right .ini [sections]. +5. don't force users to put config file settings in the right .ini [sections]. This doesn't have a clear benefit since all options are command-line settable, and so have a globally unique key anyway. Enforcing sections just makes things harder for the user and adds complexity to the implementation.