Mercurial > hgrepos > Python > libs > ConfigMix
changeset 133:05cb18c8697a
FIX: Typo
| author | Franz Glasner <hg@dom66.de> |
|---|---|
| date | Wed, 04 Apr 2018 23:51:07 +0200 |
| parents | 4ec783899835 |
| children | 2f2e819e8d17 |
| files | doc/introduction.rst |
| diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/doc/introduction.rst Wed Apr 04 23:50:37 2018 +0200 +++ b/doc/introduction.rst Wed Apr 04 23:51:07 2018 +0200 @@ -94,7 +94,7 @@ .. literalinclude:: ../tests/data/conf10.ini :language: ini -As can be seen in thie example -- INI file internal value interpolation +As can be seen in this example -- INI file internal value interpolation is done as in Python's standard :mod:`configparser` module. This example also illustrates how INI sections are used to build a
