]> granicus.if.org Git - python/commitdiff
fix typo: spection -> section
authorFred Drake <fdrake@acm.org>
Tue, 9 Nov 2010 13:32:49 +0000 (13:32 +0000)
committerFred Drake <fdrake@acm.org>
Tue, 9 Nov 2010 13:32:49 +0000 (13:32 +0000)
Doc/library/configparser.rst

index 1afdf502afbd58da6cbcd4cfe70206240bc0eda0..49a8b38bc15ae7c8ffdb62c873646f6e618e390e 100644 (file)
@@ -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.)