From: Andrew M. Kuchling Date: Wed, 6 Nov 2002 14:51:20 +0000 (+0000) Subject: Fix docstring typos X-Git-Tag: v2.3c1~3543 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=9050a517c8393a473b42333281e36ec35370af35;p=thirdparty%2FPython%2Fcpython.git Fix docstring typos --- diff --git a/Lib/ConfigParser.py b/Lib/ConfigParser.py index 607702294b52..176f2ff713c9 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