diff options
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 317e206..53b7256 100644 --- a/Doc/lib/libwinsound.tex +++ b/Doc/lib/libwinsound.tex @@ -22,7 +22,7 @@ two functions and several constants. sound should last. If the system is not able to beep the speaker, \exception{RuntimeError} is raised. \strong{Note:} Under Windows 95 and 98, the Windows \cfunction{Beep()} - function exists but is useless (it ignores its arguments). In rhat + function exists but is useless (it ignores its arguments). In that case Python simulates it via direct port manipulation (added in version 2.1). It's unknown whether that will work on all systems. \versionadded{1.6} |