Mailing List Archive

python/dist/src/Lib ConfigParser.py,1.50,1.51
Update of /cvsroot/python/python/dist/src/Lib
In directory usw-pr-cvs1:/tmp/cvs-serv31881

Modified Files:
ConfigParser.py
Log Message:
Fix docstring typos

Index: ConfigParser.py
===================================================================
RCS file: /cvsroot/python/python/dist/src/Lib/ConfigParser.py,v
retrieving revision 1.50
retrieving revision 1.51
diff -C2 -d -r1.50 -r1.51
*** ConfigParser.py 25 Oct 2002 21:52:00 -0000 1.50
--- ConfigParser.py 6 Nov 2002 14:51:20 -0000 1.51
***************
*** 386,392 ****
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
leading whitespace. Blank lines, lines beginning with a '#',
! and just about everything else is ignored.
"""
cursect = None # None, or a dictionary
--- 386,392 ----
indicated by a name in square brackets (`[]'), plus key/value
options lines, indicated by `name: value' format lines.
! Continuations are represented by an embedded newline then
leading whitespace. Blank lines, lines beginning with a '#',
! and just about everything else are ignored.
"""
cursect = None # None, or a dictionary