Commit 45d75faa authored by Woko's avatar Woko Committed by Lisa Roach

fix typo in configparser doc (GH-12154)

parent 8b914d27
...@@ -56,7 +56,7 @@ ConfigParser -- responsible for parsing a list of ...@@ -56,7 +56,7 @@ ConfigParser -- responsible for parsing a list of
When `interpolation` is given, it should be an Interpolation subclass When `interpolation` is given, it should be an Interpolation subclass
instance. It will be used as the handler for option value 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 any sort of interpolation, whereas ConfigParser uses an instance of
BasicInterpolation. The library also provides a ``zc.buildbot`` BasicInterpolation. The library also provides a ``zc.buildbot``
inspired ExtendedInterpolation implementation. inspired ExtendedInterpolation implementation.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment