8000 Doc: fix section levels of devmode doc by methane · Pull Request #106801 · python/cpython · GitHub
[go: up one dir, main page]

Skip to content

Doc: fix section levels of devmode doc #106801

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jul 16, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Doc: fix section levels of devmode doc
  • Loading branch information
methane committed Jul 16, 2023
commit 893b95e49e522fabc8e1f480ecc51c580844a18e
6 changes: 3 additions & 3 deletions Doc/library/devmode.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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::
Expand Down Expand Up @@ -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::
Expand Down Expand Up @@ -171,7 +171,7 @@ application more deterministic and more reliable.


Bad file descriptor error example
=================================
---------------------------------

Script displaying the first line of itself::

Expand Down
0