From: Raymond Hettinger Date: Mon, 7 Jan 2008 18:52:19 +0000 (+0000) Subject: Fix inconsistent title levels -- it made the whole doc build crash horribly. X-Git-Tag: v2.6a1~687 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=1b0ebb168d283d7676753bf4f01e1f0a8ef5346f;p=python Fix inconsistent title levels -- it made the whole doc build crash horribly. --- diff --git a/Doc/using/cmdline.rst b/Doc/using/cmdline.rst index a34666d2dc..12aa0f2393 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.