Oops, the last checkin left a blank line in a string literal.
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 @@
 
 static char strop_module__doc__[] =
 "Common string manipulations, optimized for speed.\n\
-
+\n\
 Always use \"import string\" rather than referencing\n\
 this module directly.";