diff options
author | Georg Brandl <georg@python.org> | 2007-07-02 11:54:28 (GMT) |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2007-07-02 11:54:28 (GMT) |
commit | 152ff5f592527074072dab34e992b501a2fe33c1 (patch) | |
tree | 1e12864af369333dd850a90c7f29af8bb8f49189 /Doc/lib | |
parent | ee250301b73993954f9d8bbb4e5e79297ac00713 (diff) | |
download | cpython-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.tex | 3 |
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. |