]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Fix docstring typos
authorAndrew M. Kuchling <amk@amk.ca>
Wed, 6 Nov 2002 14:51:20 +0000 (14:51 +0000)
committerAndrew M. Kuchling <amk@amk.ca>
Wed, 6 Nov 2002 14:51:20 +0000 (14:51 +0000)
Lib/ConfigParser.py

index 607702294b52b144db27cdbf59f204d998bd210c..176f2ff713c99e5fc35a6ff0813174a9a3183a76 100644 (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