From 202f33b4c6f5ff2eec7eeebca43ca66631962900 Mon Sep 17 00:00:00 2001 From: Alex Jordan Date: Wed, 5 Apr 2017 20:35:40 -0400 Subject: [PATCH] Correct typo in configparser.rst --- Doc/library/configparser.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Doc/library/configparser.rst b/Doc/library/configparser.rst index 7f6ed142412637..61eab4e6a4bc65 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