]> granicus.if.org Git - python/commitdiff
More typos. libwinsound.tex typo noted by Peter Funk (thanks!).
authorTim Peters <tim.peters@gmail.com>
Mon, 19 Feb 2001 08:36:41 +0000 (08:36 +0000)
committerTim Peters <tim.peters@gmail.com>
Mon, 19 Feb 2001 08:36:41 +0000 (08:36 +0000)
Doc/lib/libwinsound.tex
PC/winsound.c

index 317e206b3627e206335a740f83e33b8c44c58c96..53b7256ad759466be9a8ac4c84f4af5c5f43e9ec 100644 (file)
@@ -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}
index de80a9f3177034b8d7a2339029a136828f016f70..b3b1baef5a6477101a24a64ca1e68e33fcfea20b 100644 (file)
@@ -129,7 +129,7 @@ sound_beep(PyObject *self, PyObject *args)
         * particular port addresses and running at particular clock speeds,
         * and the poor sound card folks have been forced to emulate that in
         * all particulars ever since.  But NT and 2000 don't support port
-        * manipulation  Don't know about WinME; guessing it's like 98.
+        * manipulation.  Don't know about WinME; guessing it's like 98.
         */
 
        if (whichOS == WinNT2000) {