From e4e110e5d6024c5b022dda23e66d0978c4a877e7 Mon Sep 17 00:00:00 2001 From: Fred Drake Date: Wed, 28 Apr 2004 03:57:30 +0000 Subject: [PATCH] remove out-of-date count of the functions in winsound --- Doc/lib/libwinsound.tex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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} -- 2.47.3