From: Fred Drake Date: Tue, 9 Nov 2010 13:32:49 +0000 (+0000) Subject: fix typo: spection -> section X-Git-Tag: v3.1.3rc1~17 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=8a7b89bfa2038007b1b2836e10667f74db394d0d;p=thirdparty%2FPython%2Fcpython.git fix typo: spection -> section --- diff --git a/Doc/library/configparser.rst b/Doc/library/configparser.rst index 1afdf502afbd..49a8b38bc15a 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.)