projects
/
python
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
288e97b
)
Fixed docstring typo, reported by Skip Montanaro <skip@mojam.com>.
author
Fred Drake
<fdrake@acm.org>
Mon, 19 Jun 2000 13:17:41 +0000
(13:17 +0000)
committer
Fred Drake
<fdrake@acm.org>
Mon, 19 Jun 2000 13:17:41 +0000
(13:17 +0000)
Modules/cStringIO.c
patch
|
blob
|
history
diff --git
a/Modules/cStringIO.c
b/Modules/cStringIO.c
index 557545f2092aad0707b464bbd82fa301d61f85ad..4c187fe996bc3cc898ae80ac8bb5a250828df72d 100644
(file)
--- a/
Modules/cStringIO.c
+++ b/
Modules/cStringIO.c
@@
-56,7
+56,7
@@
static char cStringIO_module_documentation[] =
"\n"
"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
i
f StringIO, but it provides enough for most\n"
+"full generality
o
f StringIO, but it provides enough for most\n"
"applications and is especially useful in conjuction with the\n"
"pickle module.\n"
"\n"