diff options
author | Fred Drake <fdrake@acm.org> | 2004-04-28 03:57:30 +0000 |
---|---|---|
committer | Fred Drake <fdrake@acm.org> | 2004-04-28 03:57:30 +0000 |
commit | e4e110e5d6024c5b022dda23e66d0978c4a877e7 (patch) | |
tree | 2bab4abaf8b2911d37609cf7377894799471226a /Doc | |
parent | fix typo reported in a long-buried email (diff) | |
download | cpython-e4e110e5d6024c5b022dda23e66d0978c4a877e7.tar.gz cpython-e4e110e5d6024c5b022dda23e66d0978c4a877e7.tar.bz2 cpython-e4e110e5d6024c5b022dda23e66d0978c4a877e7.zip |
remove out-of-date count of the functions in winsound
Diffstat (limited to 'Doc')
-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 d6518adf249..5f5b15e073f 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} |