summaryrefslogtreecommitdiffstats
path: root/Modules/stropmodule.c
diff options
context:
space:
mode:
authorGuido van Rossum <guido@python.org>1997-12-30 05:10:14 (GMT)
committerGuido van Rossum <guido@python.org>1997-12-30 05:10:14 (GMT)
commit786205e38547f617103526a7d5a9385c26aa4b4f (patch)
treefd63ea3251692bea1c5184cb1001c86f3c83218c /Modules/stropmodule.c
parent380bf644246a4b117442d10949830ddd4312f0c7 (diff)
downloadcpython-786205e38547f617103526a7d5a9385c26aa4b4f.zip
cpython-786205e38547f617103526a7d5a9385c26aa4b4f.tar.gz
cpython-786205e38547f617103526a7d5a9385c26aa4b4f.tar.bz2
Oops, the last checkin left a blank line in a string literal.
Diffstat (limited to 'Modules/stropmodule.c')
-rw-r--r--Modules/stropmodule.c2
1 files changed, 1 insertions, 1 deletions
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.";