Skip to content

Commit bcf7e05

Browse files
committed
Update winsound.rst
1 parent 5d9edc6 commit bcf7e05

File tree

1 file changed

+13
-1
lines changed

1 file changed

+13
-1
lines changed

Doc/library/winsound.rst

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,14 @@
1313
--------------
1414

1515
The :mod:`winsound` module provides access to the basic sound-playing machinery
16-
provided by Windows platforms. It includes functions and several constants.
16+
provided by Windows platforms.
17+
18+
.. _functions:
19+
20+
Functions
21+
------------------
22+
23+
This module offers the following functions:
1724

1825

1926
.. function:: Beep(frequency, duration)
@@ -46,6 +53,11 @@ provided by Windows platforms. It includes functions and several constants.
4653
error, :exc:`RuntimeError` is raised.
4754

4855

56+
.. _constants:
57+
58+
Constants
59+
------------------
60+
4961
.. data:: SND_FILENAME
5062

5163
The *sound* parameter is the name of a WAV file. Do not use with

0 commit comments

Comments
 (0)