summaryrefslogtreecommitdiffstats
path: root/Doc/library/configparser.rst
diff options
context:
space:
mode:
authorFred Drake <fdrake@acm.org>2010-11-09 13:32:49 (GMT)
committerFred Drake <fdrake@acm.org>2010-11-09 13:32:49 (GMT)
commit8a7b89bfa2038007b1b2836e10667f74db394d0d (patch)
treefe4efaa5cb7a0796685dbabb3c3269d46ecde0f6 /Doc/library/configparser.rst
parente75fcd0c28f05e886c9ed80b065b4dc947b234e3 (diff)
downloadcpython-8a7b89bfa2038007b1b2836e10667f74db394d0d.zip
cpython-8a7b89bfa2038007b1b2836e10667f74db394d0d.tar.gz
cpython-8a7b89bfa2038007b1b2836e10667f74db394d0d.tar.bz2
fix typo: spection -> section
Diffstat (limited to 'Doc/library/configparser.rst')
-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 1afdf50..49a8b38 100644
--- a/Doc/library/configparser.rst
+++ b/Doc/library/configparser.rst
@@ -37,7 +37,7 @@ provided on initialization and retrieval. Lines beginning with ``'#'`` or
Configuration files may include comments, prefixed by specific characters (``#``
and ``;``). Comments may appear on their own in an otherwise empty line, or may
-be entered in lines holding values or spection names. In the latter case, they
+be entered in lines holding values or section names. In the latter case, they
need to be preceded by a whitespace character to be recognized as a comment.
(For backwards compatibility, only ``;`` starts an inline comment, while ``#``
does not.)