From 45d75faa7211592509c7c9da148a74687f182894 Mon Sep 17 00:00:00 2001 From: Woko Date: Mon, 4 Mar 2019 10:23:19 +0800 Subject: fix typo in configparser doc (GH-12154) --- Lib/configparser.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Lib/configparser.py b/Lib/configparser.py index 79a9910..924cc56 100644 --- a/Lib/configparser.py +++ b/Lib/configparser.py @@ -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. -- cgit v0.12