]> granicus.if.org Git - python/commitdiff
expandtabs__doc__: blank line which was not terminated with \n\ caused
authorBarry Warsaw <barry@python.org>
Tue, 26 Jan 1999 02:15:50 +0000 (02:15 +0000)
committerBarry Warsaw <barry@python.org>
Tue, 26 Jan 1999 02:15:50 +0000 (02:15 +0000)
the SunPro C compiler to choke.  Removed this redundant line.

Modules/stropmodule.c

index e13538ac251cc293cb8aab3461080def78ea7454..234a4dd42bed1667227c0bfd5271f57cd23c6504 100644 (file)
@@ -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\