File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ setting the :envvar:`PYTHONDEVMODE` environment variable to ``1``.
1616See also :ref: `Python debug build <debug-build >`.
1717
1818Effects of the Python Development Mode
19- ======================================
19+ --------------------------------------
2020
2121Enabling the Python Development Mode is similar to the following command, but
2222with additional effects described below::
@@ -107,7 +107,7 @@ value can be read from :data:`sys.flags.dev_mode <sys.flags>`.
107107
108108
109109ResourceWarning Example
110- =======================
110+ -----------------------
111111
112112Example of a script counting the number of lines of the text file specified in
113113the command line::
@@ -171,7 +171,7 @@ application more deterministic and more reliable.
171171
172172
173173Bad file descriptor error example
174- =================================
174+ ---------------------------------
175175
176176Script displaying the first line of itself::
177177
You can’t perform that action at this time.
0 commit comments