From: Guido van Rossum Date: Tue, 30 Dec 1997 05:10:14 +0000 (+0000) Subject: Oops, the last checkin left a blank line in a string literal. X-Git-Tag: v1.5~15 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=786205e38547f617103526a7d5a9385c26aa4b4f;p=python Oops, the last checkin left a blank line in a string literal. --- diff --git a/Modules/stropmodule.c b/Modules/stropmodule.c index 224e7e9551..4344bc00a3 100644 --- a/Modules/stropmodule.c +++ b/Modules/stropmodule.c @@ -33,7 +33,7 @@ PERFORMANCE OF THIS SOFTWARE. static char strop_module__doc__[] = "Common string manipulations, optimized for speed.\n\ - +\n\ Always use \"import string\" rather than referencing\n\ this module directly.";