Mercurial > hgrepos > Python > libs > ConfigMix
changeset 636:301cf2337fde
Wording: "point" -> "dot"
| author | Franz Glasner <fzglas.hg@dom66.de> |
|---|---|
| date | Sun, 23 Jan 2022 17:34:11 +0100 |
| parents | f7c2d35a85f8 |
| children | 4499e9b4855d |
| files | configmix/ini.py |
| diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/configmix/ini.py Mon Jan 17 09:18:04 2022 +0100 +++ b/configmix/ini.py Sun Jan 23 17:34:11 2022 +0100 @@ -166,7 +166,7 @@ Flattens the given sections into the resulting dictionary. Then build a tree out of sections which start with any of the `extract` - content value and a point ``.``. + content value and a dot ``.``. The encoding of the file is given in `encoding`.
