diff options
author | Alex Jordan <alex@strugee.net> | 2017-04-06 02:21:30 (GMT) |
---|---|---|
committer | Fred Drake <fred@fdrake.net> | 2017-04-06 02:21:30 (GMT) |
commit | 01fa9ae5460b00bf1ced500c797176ebd3fb060d (patch) | |
tree | 98a4b2a202b97db5ce0db2f5dfe65083cf3fb139 /Doc/library/configparser.rst | |
parent | a0ce375e10b50f7606cb86b072fed7d8cd574fe7 (diff) | |
download | cpython-01fa9ae5460b00bf1ced500c797176ebd3fb060d.zip cpython-01fa9ae5460b00bf1ced500c797176ebd3fb060d.tar.gz cpython-01fa9ae5460b00bf1ced500c797176ebd3fb060d.tar.bz2 |
Correct typo in configparser.rst (#1012)
Diffstat (limited to 'Doc/library/configparser.rst')
-rw-r--r-- | Doc/library/configparser.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Doc/library/configparser.rst b/Doc/library/configparser.rst index 7f6ed14..61eab4e 100644 --- a/Doc/library/configparser.rst +++ b/Doc/library/configparser.rst @@ -34,8 +34,8 @@ can be customized by end users easily. .. seealso:: Module :mod:`shlex` - Support for a creating Unix shell-like mini-languages which can be used - as an alternate format for application configuration files. + Support for creating Unix shell-like mini-languages which can be used as + an alternate format for application configuration files. Module :mod:`json` The json module implements a subset of JavaScript syntax which can also |