diff options
-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."; |