[Python-checkins] r56143 - python/trunk/Doc/lib/libsignal.tex

georg.brandl python-checkins at python.org
Mon Jul 2 13:54:28 CEST 2007


Author: georg.brandl
Date: Mon Jul  2 13:54:28 2007
New Revision: 56143

Modified:
   python/trunk/Doc/lib/libsignal.tex
Log:
Remove duplicate sentence from alarm() doc.


Modified: python/trunk/Doc/lib/libsignal.tex
==============================================================================
--- python/trunk/Doc/lib/libsignal.tex	(original)
+++ python/trunk/Doc/lib/libsignal.tex	Mon Jul  2 13:54:28 2007
@@ -101,8 +101,7 @@
   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.


More information about the Python-checkins mailing list