Fixed docstring typo, reported by Skip Montanaro <skip@mojam.com>.
authorFred Drake <fdrake@acm.org>
Mon, 19 Jun 2000 13:17:41 +0000 (13:17 +0000)
committerFred Drake <fdrake@acm.org>
Mon, 19 Jun 2000 13:17:41 +0000 (13:17 +0000)
Modules/cStringIO.c

index 557545f2092aad0707b464bbd82fa301d61f85ad..4c187fe996bc3cc898ae80ac8bb5a250828df72d 100644 (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"