summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBarry Warsaw <barry@python.org>1999-01-26 02:15:50 +0000
committerBarry Warsaw <barry@python.org>1999-01-26 02:15:50 +0000
commit5b97716caf6f3b82d9184f339918411e7f919fe3 (patch)
treed01c589998ae3bde0ae01297b9f83d3cdb31a048
parenta106568eed3364c8c69eec7edb5b18c08ebb55d4 (diff)
downloadcpython-git-5b97716caf6f3b82d9184f339918411e7f919fe3.tar.gz
expandtabs__doc__: blank line which was not terminated with \n\ caused
the SunPro C compiler to choke. Removed this redundant line.
-rw-r--r--Modules/stropmodule.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/Modules/stropmodule.c b/Modules/stropmodule.c
index e13538ac25..234a4dd42b 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\