From aef1000bff903d8e5e113ee19ac7e018f645f8a9 Mon Sep 17 00:00:00 2001 From: Fred Drake Date: Mon, 19 Jun 2000 13:17:41 +0000 Subject: Fixed docstring typo, reported by Skip Montanaro . --- Modules/cStringIO.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Modules/cStringIO.c b/Modules/cStringIO.c index 557545f..4c187fe 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" -- cgit v0.12