summaryrefslogtreecommitdiffstats
path: root/Doc/lib
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2007-07-02 11:54:28 (GMT)
committerGeorg Brandl <georg@python.org>2007-07-02 11:54:28 (GMT)
commit152ff5f592527074072dab34e992b501a2fe33c1 (patch)
tree1e12864af369333dd850a90c7f29af8bb8f49189 /Doc/lib
parentee250301b73993954f9d8bbb4e5e79297ac00713 (diff)
downloadcpython-152ff5f592527074072dab34e992b501a2fe33c1.zip
cpython-152ff5f592527074072dab34e992b501a2fe33c1.tar.gz
cpython-152ff5f592527074072dab34e992b501a2fe33c1.tar.bz2
Remove duplicate sentence from alarm() doc.
Diffstat (limited to 'Doc/lib')
-rw-r--r--Doc/lib/libsignal.tex3
1 files changed, 1 insertions, 2 deletions
diff --git a/Doc/lib/libsignal.tex b/Doc/lib/libsignal.tex
index cfdb4dd..e98aa90 100644
--- a/Doc/lib/libsignal.tex
+++ b/Doc/lib/libsignal.tex
@@ -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.