From de166f71dcd9f2b4b3c72d4203eb755f548419b4 Mon Sep 17 00:00:00 2001 From: Winny Date: Sun, 18 Nov 2018 01:53:45 -0600 Subject: [PATCH] Fixup --- doc/help/configuring.asciidoc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/help/configuring.asciidoc b/doc/help/configuring.asciidoc index 280a9921a..9e6f2a3c7 100644 --- a/doc/help/configuring.asciidoc +++ b/doc/help/configuring.asciidoc @@ -239,8 +239,8 @@ config.load_autoconfig() ---- You can configure which file overrides the other by the location of the above code snippet. -Place the snippet at the top to allow `config.py` override `autoconfig.yml` settings. -Place the snippet at the bottom to for the opposite effect. +Place the snippet at the top to allow `config.py` to override `autoconfig.yml`. +Place the snippet at the bottom for the opposite effect. Importing other modules ~~~~~~~~~~~~~~~~~~~~~~~