Mercurial > hgrepos > Python > libs > ConfigMix
diff docs/introduction.rst @ 300:28aa21095a68
Docs: "config" is the default **root** section
| author | Franz Glasner <fzglas.hg@dom66.de> |
|---|---|
| date | Sun, 25 Apr 2021 12:21:11 +0200 |
| parents | da1596034954 |
| children | 1c54c52fbad7 |
line wrap: on
line diff
--- a/docs/introduction.rst Wed Apr 21 09:32:04 2021 +0200 +++ b/docs/introduction.rst Sun Apr 25 12:21:11 2021 +0200 @@ -65,7 +65,7 @@ Read the file and all sections named in parameter `extract` are flattened into the resulting dictionary. By default the section named ``config`` is -used. +used as root section. Normally all values are returned as Unicode text strings. But values can be annotated and therefore interpreted as other types:
