]> granicus.if.org Git - python/commitdiff
Remove duplicate sentence from alarm() doc.
authorGeorg Brandl <georg@python.org>
Mon, 2 Jul 2007 11:54:30 +0000 (11:54 +0000)
committerGeorg Brandl <georg@python.org>
Mon, 2 Jul 2007 11:54:30 +0000 (11:54 +0000)
 (backport from rev. 56143)

Doc/lib/libsignal.tex

index cfdb4dde15245268f251fc8581ea5939a6c1f7a0..e98aa90cb8194890b42fb5ce718d86298567b7a4 100644 (file)
@@ -101,8 +101,7 @@ The \module{signal} module defines the following functions:
   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 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
+  alarm is canceled.  If the return value
   is zero, no alarm is currently scheduled.  (See the \UNIX{} man page
   \manpage{alarm}{2}.)
   Availability: \UNIX.