comparison doc/introduction.rst @ 133:05cb18c8697a

FIX: Typo
author Franz Glasner <hg@dom66.de>
date Wed, 04 Apr 2018 23:51:07 +0200
parents 4ec783899835
children 2f2e819e8d17
comparison
equal deleted inserted replaced
132:4ec783899835 133:05cb18c8697a
92 configuration to the YAML configuration above: 92 configuration to the YAML configuration above:
93 93
94 .. literalinclude:: ../tests/data/conf10.ini 94 .. literalinclude:: ../tests/data/conf10.ini
95 :language: ini 95 :language: ini
96 96
97 As can be seen in thie example -- INI file internal value interpolation 97 As can be seen in this example -- INI file internal value interpolation
98 is done as in Python's standard :mod:`configparser` module. 98 is done as in Python's standard :mod:`configparser` module.
99 99
100 This example also illustrates how INI sections are used to build a 100 This example also illustrates how INI sections are used to build a
101 tree-ish configuration dictionary. 101 tree-ish configuration dictionary.
102 102