summaryrefslogtreecommitdiffstats
path: root/Doc/lib/libsignal.tex
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2006-04-01 07:42:41 (GMT)
committerGeorg Brandl <georg@python.org>2006-04-01 07:42:41 (GMT)
commit014d29f33114e3cef49c247d2b5035d4e63763d3 (patch)
tree7826cfc9e964f371a8d7573ffa03cf66c55d9eb5 /Doc/lib/libsignal.tex
parent22a9dc889df1e9d5a36e72004bc090f0b74b1902 (diff)
downloadcpython-014d29f33114e3cef49c247d2b5035d4e63763d3.zip
cpython-014d29f33114e3cef49c247d2b5035d4e63763d3.tar.gz
cpython-014d29f33114e3cef49c247d2b5035d4e63763d3.tar.bz2
Patch #1462496: typo in libsignal.tex
Diffstat (limited to 'Doc/lib/libsignal.tex')
-rw-r--r--Doc/lib/libsignal.tex2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/lib/libsignal.tex b/Doc/lib/libsignal.tex
index f168b6d..cfdb4dd 100644
--- a/Doc/lib/libsignal.tex
+++ b/Doc/lib/libsignal.tex
@@ -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