[Python-checkins] devguide: Fix markup.

georg.brandl python-checkins at python.org
Sun Mar 9 10:32:07 CET 2014


http://hg.python.org/devguide/rev/57e7eb25a230
changeset:   671:57e7eb25a230
user:        Georg Brandl <georg at python.org>
date:        Sun Mar 09 10:32:01 2014 +0100
summary:
  Fix markup.

files:
  gdb.rst |  2 +-
  1 files changed, 1 insertions(+), 1 deletions(-)


diff --git a/gdb.rst b/gdb.rst
--- a/gdb.rst
+++ b/gdb.rst
@@ -277,7 +277,7 @@
         #8 Frame 0x7fffd00024a0, for file /home/david/coding/python-svn/Lib/test/lock_tests.py, line 378, in _check_notify (self=<ConditionTests(_testMethodName='test_notify', _resultForDoCleanups=<TestResult(_original_stdout=<cStringIO.StringO at remote 0xc191e0>, skipped=[], _mirrorOutput=False, testsRun=39, buffer=False, _original_stderr=<file at remote 0x7ffff7fc6340>, _stdout_buffer=<cStringIO.StringO at remote 0xc9c7f8>, _stderr_buffer=<cStringIO.StringO at remote 0xc9c790>, _moduleSetUpFailed=False, expectedFailures=[], errors=[], _previousTestClass=<type at remote 0x928310>, unexpectedSuccesses=[], failures=[], shouldStop=False, failfast=False) at remote 0xc185a0>, _threads=(0,), _cleanups=[], _type_equality_funcs={<type at remote 0x7eba00>: <instancemethod at remote 0xd750e0>, <type at remote 0x7e7820>: <instancemethod at remote 0xd75160>, <type at remote 0x7e30e0>: <instancemethod at remote 0xd75060>, <type at remote 0x7e7d20>: <instancemethod at remote 0xd751e0>, <type at remote 0x7f19e0...(truncated)
                 _wait()
 
-.. note: This is only available for Python 2.7, 3.2 and higher.
+.. note:: This is only available for Python 2.7, 3.2 and higher.
 
 
 gdb 6 and earlier

-- 
Repository URL: http://hg.python.org/devguide


More information about the Python-checkins mailing list