]> granicus.if.org Git - python/commitdiff
# Added missing semicolon (was #ifdef'ed out in edit on Windows).
authorGuido van Rossum <guido@python.org>
Sun, 28 Jun 1998 17:00:19 +0000 (17:00 +0000)
committerGuido van Rossum <guido@python.org>
Sun, 28 Jun 1998 17:00:19 +0000 (17:00 +0000)
Modules/signalmodule.c

index 2c8d844829e790c76510b8d9e363355d64637cbf..d97aa83065e4002ce509d6f6075dc9c7f01b8e46 100644 (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