summaryrefslogtreecommitdiff
path: root/Doc/library/winsound.rst
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2009-09-16 15:58:14 +0000
committerGeorg Brandl <georg@python.org>2009-09-16 15:58:14 +0000
commitca1aaadd46e823a274d3eb28b764c1f86e9ef249 (patch)
treefdb05ff51c0e1e68399396c65524b4ab810050f5 /Doc/library/winsound.rst
parent592795241917d4f21cf68c3ed632e5d96c7dcd58 (diff)
downloadcpython-ca1aaadd46e823a274d3eb28b764c1f86e9ef249.tar.gz
Last round of adapting style of documenting argument default values.
Diffstat (limited to 'Doc/library/winsound.rst')
-rw-r--r--Doc/library/winsound.rst3
1 files changed, 1 insertions, 2 deletions
diff --git a/Doc/library/winsound.rst b/Doc/library/winsound.rst
index f42ff185e3..d54c999cd9 100644
--- a/Doc/library/winsound.rst
+++ b/Doc/library/winsound.rst
@@ -1,4 +1,3 @@
-
:mod:`winsound` --- Sound-playing interface for Windows
=======================================================
@@ -31,7 +30,7 @@ provided by Windows platforms. It includes functions and several constants.
indicates an error, :exc:`RuntimeError` is raised.
-.. function:: MessageBeep([type=MB_OK])
+.. function:: MessageBeep(type=MB_OK)
Call the underlying :cfunc:`MessageBeep` function from the Platform API. This
plays a sound as specified in the registry. The *type* argument specifies which