Mercurial > hgrepos > Python > libs > ConfigMix
changeset 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 | 46a439cfe4a6 |
| children | a03a6797533b |
| files | docs/introduction.rst |
| diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
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:
