[Python-checkins] r59835 - python/trunk/Doc/using/cmdline.rst
raymond.hettinger
python-checkins at python.org
Mon Jan 7 19:52:19 CET 2008
Author: raymond.hettinger
Date: Mon Jan 7 19:52:19 2008
New Revision: 59835
Modified:
python/trunk/Doc/using/cmdline.rst
Log:
Fix inconsistent title levels -- it made the whole doc build crash horribly.
Modified: python/trunk/Doc/using/cmdline.rst
==============================================================================
--- python/trunk/Doc/using/cmdline.rst (original)
+++ python/trunk/Doc/using/cmdline.rst Mon Jan 7 19:52:19 2008
@@ -441,7 +441,7 @@
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.
More information about the Python-checkins
mailing list