commit 3aef4010d1139acc286a64427fa0262728939bdf Author: Georg Koppen gk@torproject.org Date: Fri Dec 18 09:12:35 2020 +0000
fix: doc: Clean up config.rst
Closes #40033. --- docs/source/config.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/docs/source/config.rst b/docs/source/config.rst index 328ce69..b477bef 100644 --- a/docs/source/config.rst +++ b/docs/source/config.rst @@ -2,7 +2,7 @@
Internal code configuration files ================================== -Sbws has two default config files it reads: on general, and one specific to +Sbws has two default config files it reads: one general, and one specific to logging. They all get combined internally to the same ``conf`` structure.
@@ -44,7 +44,7 @@ Default Configuration
If you know how to use `Python's logging configuration file format`_, -then you can override or add to what is listed here by editing your config.ini. +then you can override or add to what is listed here by editing your config file.
.. literalinclude:: config.log.default.ini :caption: config.log.default.ini