summaryrefslogtreecommitdiffstats
path: root/Doc/library
diff options
context:
space:
mode:
authorMariatta <Mariatta@users.noreply.github.com>2017-04-09 22:16:14 (GMT)
committerGitHub <noreply@github.com>2017-04-09 22:16:14 (GMT)
commitaa218af34494230e8f258b3ed4f9cf5070225a92 (patch)
treed0f76386ff2e9cc15374c4ee58c2df694940537d /Doc/library
parentd4489da36044b554921d6c566ed3c9f1013cb97e (diff)
downloadcpython-aa218af34494230e8f258b3ed4f9cf5070225a92.zip
cpython-aa218af34494230e8f258b3ed4f9cf5070225a92.tar.gz
cpython-aa218af34494230e8f258b3ed4f9cf5070225a92.tar.bz2
[3.5] Correct typo in configparser.rst (GH-1012) (GH-1027)
(cherry picked from commit 01fa9ae5460b00bf1ced500c797176ebd3fb060d)
Diffstat (limited to 'Doc/library')
-rw-r--r--Doc/library/configparser.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/Doc/library/configparser.rst b/Doc/library/configparser.rst
index e09562d..6f1c55e 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