Skip to content

Commit 834789e

Browse files
committed
fix subsection headings
1 parent 5685481 commit 834789e

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

Doc/library/winreg.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ to explicitly close them.
2525
.. _functions:
2626

2727
Functions
28-
------------------
28+
---------
2929

3030
This module offers the following functions:
3131

@@ -536,7 +536,7 @@ This module offers the following functions:
536536
.. _constants:
537537

538538
Constants
539-
------------------
539+
---------
540540

541541
The following constants are defined for use in many :mod:`winreg` functions.
542542

Doc/library/winsound.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,11 @@
1313
--------------
1414

1515
The :mod:`winsound` module provides access to the basic sound-playing machinery
16-
provided by Windows platforms.
16+
provided by Windows platforms. It includes functions and several constants.
1717

1818

1919
Functions
20-
------------------
20+
---------
2121

2222
.. function:: Beep(frequency, duration)
2323

@@ -50,7 +50,7 @@ Functions
5050

5151

5252
Constants
53-
------------------
53+
---------
5454

5555
.. data:: SND_FILENAME
5656

0 commit comments

Comments
 (0)