summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRaymond Hettinger <python@rcn.com>2008-01-07 18:52:19 (GMT)
committerRaymond Hettinger <python@rcn.com>2008-01-07 18:52:19 (GMT)
commit1b0ebb168d283d7676753bf4f01e1f0a8ef5346f (patch)
treec1816dac4a174cac73727c2b27fcab14317275f6
parent62416bcf5ad46019f758aa212b05b3d60cb71ef3 (diff)
downloadcpython-1b0ebb168d283d7676753bf4f01e1f0a8ef5346f.zip
cpython-1b0ebb168d283d7676753bf4f01e1f0a8ef5346f.tar.gz
cpython-1b0ebb168d283d7676753bf4f01e1f0a8ef5346f.tar.bz2
Fix inconsistent title levels -- it made the whole doc build crash horribly.
-rw-r--r--Doc/using/cmdline.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/using/cmdline.rst b/Doc/using/cmdline.rst
index a34666d..12aa0f2 100644
--- a/Doc/using/cmdline.rst
+++ b/Doc/using/cmdline.rst
@@ -441,7 +441,7 @@ These environment variables influence Python's behavior.
Debug-mode variables
-^^^^^^^^^^^^^^^^^^^^
+--------------------
Setting these variables only has an effect in a debug build of Python, that is,
if Python was configured with the :opt:`--with-pydebug` build option.