]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Correct typo in configparser.rst (#1012)
authorAlex Jordan <alex@strugee.net>
Thu, 6 Apr 2017 02:21:30 +0000 (22:21 -0400)
committerFred Drake <fred@fdrake.net>
Thu, 6 Apr 2017 02:21:30 +0000 (22:21 -0400)
Doc/library/configparser.rst

index 7f6ed142412637ecc224a26dcd8f8646331d9325..61eab4e6a4bc6574b0ee3a1fbc961acda938e6f6 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