8000 Doc: fix section levels of devmode doc (GH-106801) · python/cpython@0afd530 · GitHub
[go: up one dir, main page]

Skip to content

Commit 0afd530

Browse files
authored
Doc: fix section levels of devmode doc (GH-106801)
(cherry picked from commit e589601)
1 parent 30c8915 commit 0afd530

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Doc/library/devmode.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ setting the :envvar:`PYTHONDEVMODE` environment variable to ``1``.
1616
See also :ref:`Python debug build <debug-build>`.
1717

1818
Effects of the Python Development Mode
19-
======================================
19+
--------------------------------------
2020

2121
Enabling the Python Development Mode is similar to the following command, but
2222
with additional effects described below::
@@ -107,7 +107,7 @@ value can be read from :data:`sys.flags.dev_mode <sys.flags>`.
107107

108108

109109
ResourceWarning Example
110-
=======================
110+
-----------------------
111111

112112
Example of a script counting the number of lines of the text file specified in
113113
the command line::
@@ -171,7 +171,7 @@ application more deterministic and more reliable.
171171

172172

173173
Bad file descriptor error example
174-
=================================
174+
---------------------------------
175175

176176
Script displaying the first line of itself::
177177

0 commit comments

Comments
 (0)
0