Fix docstring typos

This commit is contained in:
Andrew M. Kuchling 2002-11-06 14:51:20 +00:00
parent 572aae32f1
commit 9050a517c8
1 changed files with 2 additions and 2 deletions

View File

@ -385,9 +385,9 @@ class RawConfigParser:
The sections in setup file contains a title line at the top,
indicated by a name in square brackets (`[]'), plus key/value
options lines, indicated by `name: value' format lines.
Continuation are represented by an embedded newline then
Continuations are represented by an embedded newline then
leading whitespace. Blank lines, lines beginning with a '#',
and just about everything else is ignored.
and just about everything else are ignored.
"""
cursect = None # None, or a dictionary
optname = None