summaryrefslogtreecommitdiff
path: root/Doc/library/winsound.rst
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2008-01-05 19:44:22 +0000
committerGeorg Brandl <georg@python.org>2008-01-05 19:44:22 +0000
commitf725b9587ce8fb1f63244e69e59763cef0750658 (patch)
tree147e583f659c303a48a6e00e03d4ebc6f3776466 /Doc/library/winsound.rst
parent6265833d91b53aec0d710d81ec91cee142b0e204 (diff)
downloadcpython-git-f725b9587ce8fb1f63244e69e59763cef0750658.tar.gz
Doc patch #1730 from Robin Stocker; minor corrections mostly to os.rst.
Diffstat (limited to 'Doc/library/winsound.rst')
-rw-r--r--Doc/library/winsound.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/library/winsound.rst b/Doc/library/winsound.rst
index c4c04bd058..f9ca89b9d8 100644
--- a/Doc/library/winsound.rst
+++ b/Doc/library/winsound.rst
@@ -36,7 +36,7 @@ provided by Windows platforms. It includes functions and several constants.
Call the underlying :cfunc:`PlaySound` function from the Platform API. The
*sound* parameter may be a filename, audio data as a string, or ``None``. Its
- interpretation depends on the value of *flags*, which can be a bit-wise ORed
+ interpretation depends on the value of *flags*, which can be a bitwise ORed
combination of the constants described below. If the system indicates an error,
:exc:`RuntimeError` is raised.