summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Modules/stropmodule.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/Modules/stropmodule.c b/Modules/stropmodule.c
index e13538a..234a4dd 100644
--- a/Modules/stropmodule.c
+++ b/Modules/stropmodule.c
@@ -621,7 +621,6 @@ strop_capitalize(self, args)
static char expandtabs__doc__[] =
"expandtabs(string, [tabsize]) -> string\n\
\n\
-
Expand tabs in a string, i.e. replace them by one or more spaces,\n\
depending on the current column and the given tab size (default 8).\n\
The column number is reset to zero after each newline occurring in the\n\