Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit aef1000

Browse files
committed
Fixed docstring typo, reported by Skip Montanaro <[email protected]>.
1 parent 288e97b commit aef1000

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Modules/cStringIO.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ static char cStringIO_module_documentation[] =
5656
"\n"
5757
"This module provides a simple useful replacement for\n"
5858
"the StringIO module that is written in C. It does not provide the\n"
59-
"full generality if StringIO, but it provides enough for most\n"
59+
"full generality of StringIO, but it provides enough for most\n"
6060
"applications and is especially useful in conjuction with the\n"
6161
"pickle module.\n"
6262
"\n"

0 commit comments

Comments
 (0)