Skip to content

Commit db41c82

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

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

Doc/library/winsound.rst

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,12 @@
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.
1717

1818

19+
Functions
20+
------------------
21+
1922
.. function:: Beep(frequency, duration)
2023

2124
Beep the PC's speaker. The *frequency* parameter specifies frequency, in hertz,
@@ -46,6 +49,9 @@ provided by Windows platforms. It includes functions and several constants.
4649
error, :exc:`RuntimeError` is raised.
4750

4851

52+
Constants
53+
------------------
54+
4955
.. data:: SND_FILENAME
5056

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

0 commit comments

Comments
 (0)