mirror of
https://github.com/python/cpython.git
synced 2025-11-27 21:55:35 +00:00
More typos. libwinsound.tex typo noted by Peter Funk (thanks!).
This commit is contained in:
parent
3e50242127
commit
373d151666
2 changed files with 2 additions and 2 deletions
|
|
@ -22,7 +22,7 @@ two functions and several constants.
|
||||||
sound should last. If the system is not
|
sound should last. If the system is not
|
||||||
able to beep the speaker, \exception{RuntimeError} is raised.
|
able to beep the speaker, \exception{RuntimeError} is raised.
|
||||||
\strong{Note:} Under Windows 95 and 98, the Windows \cfunction{Beep()}
|
\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
|
case Python simulates it via direct port manipulation (added in version
|
||||||
2.1). It's unknown whether that will work on all systems.
|
2.1). It's unknown whether that will work on all systems.
|
||||||
\versionadded{1.6}
|
\versionadded{1.6}
|
||||||
|
|
|
||||||
|
|
@ -129,7 +129,7 @@ sound_beep(PyObject *self, PyObject *args)
|
||||||
* particular port addresses and running at particular clock speeds,
|
* particular port addresses and running at particular clock speeds,
|
||||||
* and the poor sound card folks have been forced to emulate that in
|
* 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
|
* 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) {
|
if (whichOS == WinNT2000) {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue