]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Doc: fix section levels of devmode doc (GH-106801)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Sun, 16 Jul 2023 12:27:51 +0000 (05:27 -0700)
committerGitHub <noreply@github.com>
Sun, 16 Jul 2023 12:27:51 +0000 (21:27 +0900)
Doc: fix section levels of devmode doc (GH-106801)
(cherry picked from commit e58960160fcb4fce63177fcd9ef605f887377767)

Co-authored-by: Inada Naoki <songofacandy@gmail.com>
Doc/library/devmode.rst

index fd82b3a5b8631388aaafb5ea64e87e891e2c2ede..90138dd2a75f99596988668740daf169d67023c1 100644 (file)
@@ -16,7 +16,7 @@ setting the :envvar:`PYTHONDEVMODE` environment variable to ``1``.
 See also :ref:`Python debug build <debug-build>`.
 
 Effects of the Python Development Mode
-======================================
+--------------------------------------
 
 Enabling the Python Development Mode is similar to the following command, but
 with additional effects described below::
@@ -107,7 +107,7 @@ value can be read from :data:`sys.flags.dev_mode <sys.flags>`.
 
 
 ResourceWarning Example
-=======================
+-----------------------
 
 Example of a script counting the number of lines of the text file specified in
 the command line::
@@ -171,7 +171,7 @@ application more deterministic and more reliable.
 
 
 Bad file descriptor error example
-=================================
+---------------------------------
 
 Script displaying the first line of itself::