]> granicus.if.org Git - python/commitdiff
(pause_doc): Sun CC complains about newline in string literal
authorBarry Warsaw <barry@python.org>
Tue, 21 Jul 1998 22:41:18 +0000 (22:41 +0000)
committerBarry Warsaw <barry@python.org>
Tue, 21 Jul 1998 22:41:18 +0000 (22:41 +0000)
Modules/signalmodule.c

index d97aa83065e4002ce509d6f6075dc9c7f01b8e46..7ebad93efe64fca1e678fb8240a8fcf5bc59a325 100644 (file)
@@ -199,8 +199,8 @@ signal_pause(self, args)
        return Py_None;
 }
 static char pause_doc[] =
-"pause()
-
+"pause()\n\
+\n\
 Wait until a signal arrives.";
 
 #endif