From 786205e38547f617103526a7d5a9385c26aa4b4f Mon Sep 17 00:00:00 2001
From: Guido van Rossum <guido@python.org>
Date: Tue, 30 Dec 1997 05:10:14 +0000
Subject: Oops, the last checkin left a blank line in a string literal.

---
 Modules/stropmodule.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Modules/stropmodule.c b/Modules/stropmodule.c
index 224e7e9..4344bc0 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.";
 
-- 
cgit v0.12