Skip to content

Commit 45d75fa

Browse files
WokoLiulisroach
authored andcommitted
fix typo in configparser doc (GH-12154)
1 parent 8b914d2 commit 45d75fa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Lib/configparser.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@
5656
5757
When `interpolation` is given, it should be an Interpolation subclass
5858
instance. It will be used as the handler for option value
59-
pre-processing when using getters. RawConfigParser object s don't do
59+
pre-processing when using getters. RawConfigParser objects don't do
6060
any sort of interpolation, whereas ConfigParser uses an instance of
6161
BasicInterpolation. The library also provides a ``zc.buildbot``
6262
inspired ExtendedInterpolation implementation.

0 commit comments

Comments
 (0)