From: Fred Drake Date: Mon, 19 Jun 2000 13:17:41 +0000 (+0000) Subject: Fixed docstring typo, reported by Skip Montanaro . X-Git-Tag: v2.0b1~1472 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=aef1000bff903d8e5e113ee19ac7e018f645f8a9;p=thirdparty%2FPython%2Fcpython.git Fixed docstring typo, reported by Skip Montanaro . --- diff --git a/Modules/cStringIO.c b/Modules/cStringIO.c index 557545f2092a..4c187fe996bc 100644 --- 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 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"