summaryrefslogtreecommitdiffstats
path: root/Lib
diff options
context:
space:
mode:
Diffstat (limited to 'Lib')
-rw-r--r--Lib/ConfigParser.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/Lib/ConfigParser.py b/Lib/ConfigParser.py
index 6077022..176f2ff 100644
--- a/Lib/ConfigParser.py
+++ b/Lib/ConfigParser.py
@@ -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