File tree 1 file changed +3
-3
lines changed
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``.
16
16
See also :ref: `Python debug build <debug-build >`.
17
17
18
18
Effects of the Python Development Mode
19
- ======================================
19
+ --------------------------------------
20
20
21
21
Enabling the Python Development Mode is similar to the following command, but
22
22
with additional effects described below::
@@ -107,7 +107,7 @@ value can be read from :data:`sys.flags.dev_mode <sys.flags>`.
107
107
108
108
109
109
ResourceWarning Example
110
- =======================
110
+ -----------------------
111
111
112
112
Example of a script counting the number of lines of the text file specified in
113
113
the command line::
@@ -171,7 +171,7 @@ application more deterministic and more reliable.
171
171
172
172
173
173
Bad file descriptor error example
174
- =================================
174
+ ---------------------------------
175
175
176
176
Script displaying the first line of itself::
177
177
You can’t perform that action at this time.
0 commit comments