]> granicus.if.org Git - python/commitdiff
Patch #1462496: typo in libsignal.tex
authorGeorg Brandl <georg@python.org>
Sat, 1 Apr 2006 07:42:41 +0000 (07:42 +0000)
committerGeorg Brandl <georg@python.org>
Sat, 1 Apr 2006 07:42:41 +0000 (07:42 +0000)
Doc/lib/libsignal.tex

index f168b6dce85ae386996ca8521bc0ed1e9743d0aa..cfdb4dde15245268f251fc8581ea5939a6c1f7a0 100644 (file)
@@ -100,7 +100,7 @@ The \module{signal} module defines the following functions:
   Any previously scheduled alarm is canceled (only one alarm can
   be scheduled at any time).  The returned value is then the number of
   seconds before any previously set alarm was to have been delivered.
-  If \var{time} is zero, no alarm id scheduled, and any scheduled
+  If \var{time} is zero, no alarm is scheduled, and any scheduled
   alarm is canceled.  The return value is the number of seconds
   remaining before a previously scheduled alarm.  If the return value
   is zero, no alarm is currently scheduled.  (See the \UNIX{} man page