(pause_doc): Sun CC complains about newline in string literal
This commit is contained in:
parent
b4db1944c4
commit
1ee36ffca0
@ -199,8 +199,8 @@ signal_pause(self, args)
|
|||||||
return Py_None;
|
return Py_None;
|
||||||
}
|
}
|
||||||
static char pause_doc[] =
|
static char pause_doc[] =
|
||||||
"pause()
|
"pause()\n\
|
||||||
|
\n\
|
||||||
Wait until a signal arrives.";
|
Wait until a signal arrives.";
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
Loading…
x
Reference in New Issue
Block a user