[Python-checkins] CVS: python/dist/src/Modules cStringIO.c,2.20,2.21
Fred L. Drake
python-dev@python.org
2000年6月19日 06:17:44 -0700
Update of /cvsroot/python/python/dist/src/Modules
In directory slayer.i.sourceforge.net:/tmp/cvs-serv17801
Modified Files:
cStringIO.c
Log Message:
Fixed docstring typo, reported by Skip Montanaro <skip@mojam.com>.
Index: cStringIO.c
===================================================================
RCS file: /cvsroot/python/python/dist/src/Modules/cStringIO.c,v
retrieving revision 2.20
retrieving revision 2.21
diff -C2 -r2.20 -r2.21
*** cStringIO.c 2000年05月03日 23:44:31 2.20
--- cStringIO.c 2000年06月19日 13:17:41 2.21
***************
*** 57,61 ****
"This module provides a simple useful replacement for\n"
"the StringIO module that is written in C. It does not provide the\n"
! "full generality if StringIO, but it provides enough for most\n"
"applications and is especially useful in conjuction with the\n"
"pickle module.\n"
--- 57,61 ----
"This module provides a simple useful replacement for\n"
"the StringIO module that is written in C. It does not provide the\n"
! "full generality of StringIO, but it provides enough for most\n"
"applications and is especially useful in conjuction with the\n"
"pickle module.\n"