[Python-checkins] CVS: python/dist/src/Objects stringobject.c,2.137,2.138

Fred L. Drake fdrake@users.sourceforge.net
2001年10月13日 08:57:57 -0700


Update of /cvsroot/python/python/dist/src/Objects
In directory usw-pr-cvs1:/tmp/cvs-serv9795
Modified Files:
	stringobject.c 
Log Message:
Remove extra "]" in splitlines() docstring.
Reported by Neal Norwitz.
Index: stringobject.c
===================================================================
RCS file: /cvsroot/python/python/dist/src/Objects/stringobject.c,v
retrieving revision 2.137
retrieving revision 2.138
diff -C2 -d -r2.137 -r2.138
*** stringobject.c	2001年10月05日 20:51:39	2.137
--- stringobject.c	2001年10月13日 15:57:55	2.138
***************
*** 2539,2543 ****
 
 static char splitlines__doc__[] =
! "S.splitlines([keepends]]) -> list of strings\n\
 \n\
 Return a list of the lines in S, breaking at line boundaries.\n\
--- 2539,2543 ----
 
 static char splitlines__doc__[] =
! "S.splitlines([keepends]) -> list of strings\n\
 \n\
 Return a list of the lines in S, breaking at line boundaries.\n\

AltStyle によって変換されたページ (->オリジナル) /