From: Alex Jordan Date: Thu, 6 Apr 2017 02:21:30 +0000 (-0400) Subject: Correct typo in configparser.rst (#1012) X-Git-Tag: v3.7.0a1~1001 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=01fa9ae5460b00bf1ced500c797176ebd3fb060d;p=thirdparty%2FPython%2Fcpython.git Correct typo in configparser.rst (#1012) --- diff --git a/Doc/library/configparser.rst b/Doc/library/configparser.rst index 7f6ed1424126..61eab4e6a4bc 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