]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
[3.5] Correct typo in configparser.rst (GH-1012) (GH-1027)
authorMariatta <Mariatta@users.noreply.github.com>
Sun, 9 Apr 2017 22:16:14 +0000 (15:16 -0700)
committerGitHub <noreply@github.com>
Sun, 9 Apr 2017 22:16:14 +0000 (15:16 -0700)
(cherry picked from commit 01fa9ae5460b00bf1ced500c797176ebd3fb060d)

Doc/library/configparser.rst

index e09562dc9046c7854d668e8d070e002d91bacdb2..6f1c55e2351aa14bcd3e3f62f46197f6f87a2254 100644 (file)
@@ -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