[Python-checkins] CVS: python/dist/src/Doc/lib libwinsound.tex,1.8,1.9

Tim Peters tim_one@users.sourceforge.net
Mon, 19 Feb 2001 00:36:43 -0800


Update of /cvsroot/python/python/dist/src/Doc/lib
In directory usw-pr-cvs1:/tmp/cvs-serv4378/python/dist/src/Doc/lib

Modified Files:
	libwinsound.tex 
Log Message:
More typos.  libwinsound.tex typo noted by Peter Funk (thanks!).


Index: libwinsound.tex
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/lib/libwinsound.tex,v
retrieving revision 1.8
retrieving revision 1.9
diff -C2 -r1.8 -r1.9
*** libwinsound.tex	2001/02/19 07:06:36	1.8
--- libwinsound.tex	2001/02/19 08:36:41	1.9
***************
*** 23,27 ****
    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
    case Python simulates it via direct port manipulation (added in version
    2.1).  It's unknown whether that will work on all systems.
--- 23,27 ----
    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 that
    case Python simulates it via direct port manipulation (added in version
    2.1).  It's unknown whether that will work on all systems.