]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
fix typo in configparser doc (GH-12154)
authorWoko <banbooliu@gmail.com>
Mon, 4 Mar 2019 02:23:19 +0000 (10:23 +0800)
committerLisa Roach <lisaroach14@gmail.com>
Mon, 4 Mar 2019 02:23:19 +0000 (18:23 -0800)
Lib/configparser.py

index 79a991084b8f33f200a3bfe5ed10e6ea6c697182..924cc56a3f150d16f246841512a0876ff83ead6a 100644 (file)
@@ -56,7 +56,7 @@ ConfigParser -- responsible for parsing a list of
 
         When `interpolation` is given, it should be an Interpolation subclass
         instance. It will be used as the handler for option value
-        pre-processing when using getters. RawConfigParser object s don't do
+        pre-processing when using getters. RawConfigParser objects don't do
         any sort of interpolation, whereas ConfigParser uses an instance of
         BasicInterpolation. The library also provides a ``zc.buildbot``
         inspired ExtendedInterpolation implementation.