We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8b914d2 commit 45d75faCopy full SHA for 45d75fa
Lib/configparser.py
@@ -56,7 +56,7 @@
56
57
When `interpolation` is given, it should be an Interpolation subclass
58
instance. It will be used as the handler for option value
59
- pre-processing when using getters. RawConfigParser object s don't do
+ pre-processing when using getters. RawConfigParser objects don't do
60
any sort of interpolation, whereas ConfigParser uses an instance of
61
BasicInterpolation. The library also provides a ``zc.buildbot``
62
inspired ExtendedInterpolation implementation.
0 commit comments