]> granicus.if.org Git - python/commitdiff
[3.6] Correct typo in configparser.rst (GH-1012) (GH-1025)
authorMariatta <Mariatta@users.noreply.github.com>
Sun, 9 Apr 2017 22:15:57 +0000 (15:15 -0700)
committerGitHub <noreply@github.com>
Sun, 9 Apr 2017 22:15:57 +0000 (15:15 -0700)
(cherry picked from commit 01fa9ae5460b00bf1ced500c797176ebd3fb060d)

Doc/library/configparser.rst

index af57cba2b5661df49860014490da182016951edb..04c2a82092175979fcb13aa595976d63bc12dccf 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