fix typo in configparser doc (GH-12154)

This commit is contained in:
Woko 2019-03-04 10:23:19 +08:00 committed by Lisa Roach
parent 8b914d2767
commit 45d75faa72
1 changed files with 1 additions and 1 deletions

View 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.