comparison 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
comparison
equal deleted inserted replaced
299:46a439cfe4a6 300:28aa21095a68
63 INI Files 63 INI Files
64 --------- 64 ---------
65 65
66 Read the file and all sections named in parameter `extract` are flattened 66 Read the file and all sections named in parameter `extract` are flattened
67 into the resulting dictionary. By default the section named ``config`` is 67 into the resulting dictionary. By default the section named ``config`` is
68 used. 68 used as root section.
69 69
70 Normally all values are returned as Unicode text strings. 70 Normally all values are returned as Unicode text strings.
71 But values can be annotated and therefore interpreted as other types: 71 But values can be annotated and therefore interpreted as other types:
72 72
73 ``:int:`` 73 ``:int:``