summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorOlly Cope <olly@ollycope.com>2020-07-17 12:31:55 +0000
committerOlly Cope <olly@ollycope.com>2020-07-17 12:31:55 +0000
commitaee9a1aeffc6f7ff85c9ebdc3ba056f08c0b0780 (patch)
tree216e4b259d433937bdcab47554a150ea43f254ae /doc
parentd21ea472cbcd2850addea637d736ecad1943f0c1 (diff)
downloadyoyo-aee9a1aeffc6f7ff85c9ebdc3ba056f08c0b0780.tar.gz
config: pass interpolation variable names through ConfigParser.optionxform
Fixes https://todo.sr.ht/~olly/yoyo/59
Diffstat (limited to 'doc')
-rw-r--r--doc/index.rst2
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/index.rst b/doc/index.rst
index f7eab66..7026e7a 100644
--- a/doc/index.rst
+++ b/doc/index.rst
@@ -372,6 +372,8 @@ of the config file.
Environment variables can be substituted with the same syntax, eg ``%(HOME)s``.
+Substitutions are case-insensitive so for example ``%(HOME)s`` and ``%(home)s``
+will both refer to the same variable.
Migration sources
-----------------