From: Fred Drake Date: Wed, 28 Apr 2004 03:57:30 +0000 (+0000) Subject: remove out-of-date count of the functions in winsound X-Git-Tag: v2.3.4c1~51 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=e4e110e5d6024c5b022dda23e66d0978c4a877e7;p=thirdparty%2FPython%2Fcpython.git remove out-of-date count of the functions in winsound --- diff --git a/Doc/lib/libwinsound.tex b/Doc/lib/libwinsound.tex index d6518adf2494..5f5b15e073f6 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}