From 1b0ebb168d283d7676753bf4f01e1f0a8ef5346f Mon Sep 17 00:00:00 2001 From: Raymond Hettinger Date: Mon, 7 Jan 2008 18:52:19 +0000 Subject: [PATCH] Fix inconsistent title levels -- it made the whole doc build crash horribly. --- Doc/using/cmdline.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. -- 2.50.1