Fixed docstring typo, reported by Skip Montanaro <skip@mojam.com>.

This commit is contained in:
Fred Drake 2000-06-19 13:17:41 +00:00
parent 288e97b7fe
commit aef1000bff

View file

@ -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"