summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Doc/library/configparser.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/library/configparser.rst b/Doc/library/configparser.rst
index 2d8aa50e4c..ba21117bcf 100644
--- a/Doc/library/configparser.rst
+++ b/Doc/library/configparser.rst
@@ -350,7 +350,7 @@ RawConfigParser Objects
cfgparser.optionxform = str
Note that when reading configuration files, whitespace around the
- option names are stripped before :meth:``optionxform`` is called.
+ option names are stripped before :meth:`optionxform` is called.
.. _configparser-objects: