Commit 9050a517 authored by Andrew M. Kuchling's avatar Andrew M. Kuchling

Fix docstring typos

parent 572aae32
...@@ -385,9 +385,9 @@ class RawConfigParser: ...@@ -385,9 +385,9 @@ class RawConfigParser:
The sections in setup file contains a title line at the top, The sections in setup file contains a title line at the top,
indicated by a name in square brackets (`[]'), plus key/value indicated by a name in square brackets (`[]'), plus key/value
options lines, indicated by `name: value' format lines. 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 '#', 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 cursect = None # None, or a dictionary
optname = None optname = None
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment