From: Barry Warsaw Date: Tue, 26 Jan 1999 02:15:50 +0000 (+0000) Subject: expandtabs__doc__: blank line which was not terminated with \n\ caused X-Git-Tag: v1.5.2b2~273 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=5b97716caf6f3b82d9184f339918411e7f919fe3;p=thirdparty%2FPython%2Fcpython.git expandtabs__doc__: blank line which was not terminated with \n\ caused the SunPro C compiler to choke. Removed this redundant line. --- diff --git a/Modules/stropmodule.c b/Modules/stropmodule.c index e13538ac251c..234a4dd42bed 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\