]> granicus.if.org Git - python/commitdiff
Fix typo.
authorGeorg Brandl <georg@python.org>
Mon, 8 Nov 2010 11:08:35 +0000 (11:08 +0000)
committerGeorg Brandl <georg@python.org>
Mon, 8 Nov 2010 11:08:35 +0000 (11:08 +0000)
Doc/library/configparser.rst

index cf787e12692739872cd349d8c7a457342ad7bb9d..d80f94e9e254f391476fd0d9a9714b49b87a3b0f 100644 (file)
@@ -37,7 +37,7 @@ as parts of multiline values or ignored.
 
 Configuration files may include comments, prefixed by specific characters (``#``
 and ``;`` by default).  Comments may appear on their own in an otherwise empty
-line, or may be entered in lines holding values or spection names.  In the
+line, or may 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, by default only ``;`` starts an
 inline comment, while ``#`` does not.)