mirror of
https://github.com/python/cpython.git
synced 2025-08-04 00:48:58 +00:00
Fixed docstring typo, reported by Skip Montanaro <skip@mojam.com>.
This commit is contained in:
parent
288e97b7fe
commit
aef1000bff
1 changed files with 1 additions and 1 deletions
|
@ -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 if StringIO, but it provides enough for most\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"
|
||||
"\n"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue