Commit 1ee36ffc authored by Barry Warsaw's avatar Barry Warsaw

(pause_doc): Sun CC complains about newline in string literal

parent b4db1944
......@@ -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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment