]> granicus.if.org Git - python/commitdiff
Oops, the last checkin left a blank line in a string literal.
authorGuido van Rossum <guido@python.org>
Tue, 30 Dec 1997 05:10:14 +0000 (05:10 +0000)
committerGuido van Rossum <guido@python.org>
Tue, 30 Dec 1997 05:10:14 +0000 (05:10 +0000)
Modules/stropmodule.c

index 224e7e95512f1bdfcfc810266b91a86695b376b9..4344bc00a3ad74300aa4a17c581832dc6c08be87 100644 (file)
@@ -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.";