From 9a9aa20ca8244e4b5cb23a37ce76f318999fb40d Mon Sep 17 00:00:00 2001 From: Fred Drake Date: Tue, 9 Nov 2010 13:33:21 +0000 Subject: [PATCH] fix typo: spection -> section --- Doc/library/configparser.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Doc/library/configparser.rst b/Doc/library/configparser.rst index 16c8219cdd..4b1e7a02a6 100644 --- a/Doc/library/configparser.rst +++ b/Doc/library/configparser.rst @@ -43,7 +43,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.) -- 2.50.1