# Added missing semicolon (was #ifdef'ed out in edit on Windows).

This commit is contained in:
Guido van Rossum 1998-06-28 17:00:19 +00:00
parent 1d8fb2d894
commit 911ec188c8
1 changed files with 1 additions and 1 deletions

View File

@ -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