[Python-checkins] r43528 - python/branches/release24-maint/Doc/lib/libsignal.tex

georg.brandl python-checkins at python.org
Sat Apr 1 09:42:44 CEST 2006


Author: georg.brandl
Date: Sat Apr  1 09:42:44 2006
New Revision: 43528

Modified:
   python/branches/release24-maint/Doc/lib/libsignal.tex
Log:
Patch #1462496: typo in libsignal.tex
 (backport from rev. 43527)

Modified: python/branches/release24-maint/Doc/lib/libsignal.tex
==============================================================================
--- python/branches/release24-maint/Doc/lib/libsignal.tex	(original)
+++ python/branches/release24-maint/Doc/lib/libsignal.tex	Sat Apr  1 09:42:44 2006
@@ -100,7 +100,7 @@
   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


More information about the Python-checkins mailing list