mirror of
https://github.com/python/cpython.git
synced 2025-09-26 18:29:57 +00:00
# Added missing semicolon (was #ifdef'ed out in edit on Windows).
This commit is contained in:
parent
1d8fb2d894
commit
911ec188c8
1 changed files with 1 additions and 1 deletions
|
@ -174,7 +174,7 @@ signal_alarm(self, args)
|
||||||
static char alarm_doc[] =
|
static char alarm_doc[] =
|
||||||
"alarm(seconds)\n\
|
"alarm(seconds)\n\
|
||||||
\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
|
#endif
|
||||||
|
|
||||||
#ifdef HAVE_PAUSE
|
#ifdef HAVE_PAUSE
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue