summaryrefslogtreecommitdiffstats
path: root/Modules
diff options
context:
space:
mode:
authorBarry Warsaw <barry@python.org>1999-01-26 02:15:50 (GMT)
committerBarry Warsaw <barry@python.org>1999-01-26 02:15:50 (GMT)
commit5b97716caf6f3b82d9184f339918411e7f919fe3 (patch)
treed01c589998ae3bde0ae01297b9f83d3cdb31a048 /Modules
parenta106568eed3364c8c69eec7edb5b18c08ebb55d4 (diff)
downloadcpython-5b97716caf6f3b82d9184f339918411e7f919fe3.zip
cpython-5b97716caf6f3b82d9184f339918411e7f919fe3.tar.gz
cpython-5b97716caf6f3b82d9184f339918411e7f919fe3.tar.bz2
expandtabs__doc__: blank line which was not terminated with \n\ caused
the SunPro C compiler to choke. Removed this redundant line.
Diffstat (limited to 'Modules')
-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\