From: Mariatta Date: Sun, 9 Apr 2017 22:16:06 +0000 (-0700) Subject: [2.7] Correct typo in configparser.rst (GH-1012) (GH-1026) X-Git-Tag: v2.7.14rc1~217 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=7026cd92c09a3e7612844a22cfab8f75817392ef;p=python [2.7] Correct typo in configparser.rst (GH-1012) (GH-1026) (cherry picked from commit 01fa9ae5460b00bf1ced500c797176ebd3fb060d) --- diff --git a/Doc/library/configparser.rst b/Doc/library/configparser.rst index b83397cec6..5c40f5cd2f 100644 --- a/Doc/library/configparser.rst +++ b/Doc/library/configparser.rst @@ -35,8 +35,8 @@ 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