Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 9050a51

Browse files
committed
Fix docstring typos
1 parent 572aae3 commit 9050a51

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Lib/ConfigParser.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -385,9 +385,9 @@ def _read(self, fp, fpname):
385385
The sections in setup file contains a title line at the top,
386386
indicated by a name in square brackets (`[]'), plus key/value
387387
options lines, indicated by `name: value' format lines.
388-
Continuation are represented by an embedded newline then
388+
Continuations are represented by an embedded newline then
389389
leading whitespace. Blank lines, lines beginning with a '#',
390-
and just about everything else is ignored.
390+
and just about everything else are ignored.
391391
"""
392392
cursect = None # None, or a dictionary
393393
optname = None

0 commit comments

Comments
 (0)