diff options
author | Guido van Rossum <guido@python.org> | 1997-12-30 05:10:14 (GMT) |
---|---|---|
committer | Guido van Rossum <guido@python.org> | 1997-12-30 05:10:14 (GMT) |
commit | 786205e38547f617103526a7d5a9385c26aa4b4f (patch) | |
tree | fd63ea3251692bea1c5184cb1001c86f3c83218c /Modules | |
parent | 380bf644246a4b117442d10949830ddd4312f0c7 (diff) | |
download | cpython-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')
-rw-r--r-- | Modules/stropmodule.c | 2 |
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."; |