From 5b97716caf6f3b82d9184f339918411e7f919fe3 Mon Sep 17 00:00:00 2001 From: Barry Warsaw Date: Tue, 26 Jan 1999 02:15:50 +0000 Subject: expandtabs__doc__: blank line which was not terminated with \n\ caused the SunPro C compiler to choke. Removed this redundant line. --- Modules/stropmodule.c | 1 - 1 file changed, 1 deletion(-) 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\ -- cgit v0.12