aboutsummaryrefslogtreecommitdiff
path: root/Doc
diff options
context:
space:
mode:
authorFred Drake <fdrake@acm.org>2004-04-28 03:57:30 +0000
committerFred Drake <fdrake@acm.org>2004-04-28 03:57:30 +0000
commite4e110e5d6024c5b022dda23e66d0978c4a877e7 (patch)
tree2bab4abaf8b2911d37609cf7377894799471226a /Doc
parentfix typo reported in a long-buried email (diff)
downloadcpython-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.tex2
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}