diff options
author | Fred Drake <fdrake@acm.org> | 2004-04-28 03:57:47 (GMT) |
---|---|---|
committer | Fred Drake <fdrake@acm.org> | 2004-04-28 03:57:47 (GMT) |
commit | ceeb1918a1e6024cdbde4bd2776f12ba6c940942 (patch) | |
tree | 724a41a998dbf9b865ac2624beacbaaa2fc543df /Doc/lib/libwinsound.tex | |
parent | 6d4c7b05bb42f350883a072529fb0b20463c79e1 (diff) | |
download | cpython-ceeb1918a1e6024cdbde4bd2776f12ba6c940942.zip cpython-ceeb1918a1e6024cdbde4bd2776f12ba6c940942.tar.gz cpython-ceeb1918a1e6024cdbde4bd2776f12ba6c940942.tar.bz2 |
remove out-of-date count of the functions in winsound
Diffstat (limited to 'Doc/lib/libwinsound.tex')
-rw-r--r-- | Doc/lib/libwinsound.tex | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/lib/libwinsound.tex b/Doc/lib/libwinsound.tex index d6518ad..5f5b15e 100644 --- a/Doc/lib/libwinsound.tex +++ b/Doc/lib/libwinsound.tex @@ -11,7 +11,7 @@ The \module{winsound} module provides access to the basic sound-playing machinery provided by Windows platforms. It includes -two functions and several constants. +functions and several constants. \begin{funcdesc}{Beep}{frequency, duration} |