mirror of https://github.com/python/cpython
# Added missing semicolon (was #ifdef'ed out in edit on Windows).
This commit is contained in:
parent
1d8fb2d894
commit
911ec188c8
|
@ -174,7 +174,7 @@ signal_alarm(self, args)
|
|||
static char alarm_doc[] =
|
||||
"alarm(seconds)\n\
|
||||
\n\
|
||||
Arrange for SIGALRM to arrive after the given number of seconds."
|
||||
Arrange for SIGALRM to arrive after the given number of seconds.";
|
||||
#endif
|
||||
|
||||
#ifdef HAVE_PAUSE
|
||||
|
|
Loading…
Reference in New Issue