comparison configmix/ini.py @ 636:301cf2337fde

Wording: "point" -> "dot"
author Franz Glasner <fzglas.hg@dom66.de>
date Sun, 23 Jan 2022 17:34:11 +0100
parents f454889e41fa
children
comparison
equal deleted inserted replaced
635:f7c2d35a85f8 636:301cf2337fde
164 `extract`. 164 `extract`.
165 165
166 Flattens the given sections into the resulting dictionary. 166 Flattens the given sections into the resulting dictionary.
167 167
168 Then build a tree out of sections which start with any of the `extract` 168 Then build a tree out of sections which start with any of the `extract`
169 content value and a point ``.``. 169 content value and a dot ``.``.
170 170
171 The encoding of the file is given in `encoding`. 171 The encoding of the file is given in `encoding`.
172 172
173 """ 173 """
174 conf = DictImpl() 174 conf = DictImpl()