diff options
author | Georg Brandl <georg@python.org> | 2007-12-06 01:52:24 (GMT) |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2007-12-06 01:52:24 (GMT) |
commit | 2b92f6bab382ee24daa497f8903307dc44fc8adc (patch) | |
tree | 34bbcd2468bbb0bff62fdca8d1095c6d5902a34e /Doc/library/bdb.rst | |
parent | 4e2f714031654eb4174393454c008961b636f539 (diff) | |
download | cpython-2b92f6bab382ee24daa497f8903307dc44fc8adc.zip cpython-2b92f6bab382ee24daa497f8903307dc44fc8adc.tar.gz cpython-2b92f6bab382ee24daa497f8903307dc44fc8adc.tar.bz2 |
Diverse markup fixes.
Diffstat (limited to 'Doc/library/bdb.rst')
-rw-r--r-- | Doc/library/bdb.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/library/bdb.rst b/Doc/library/bdb.rst index a8a61f1..36f8300 100644 --- a/Doc/library/bdb.rst +++ b/Doc/library/bdb.rst @@ -239,7 +239,7 @@ something went wrong, or ``None`` if all is well. .. method:: Bdb.clear_bpbynumber(arg) Delete the breakpoint which has the index *arg* in the - :attr:`Breakpoint.bpbynumber`. If `arg` is not numeric or out of range, + :attr:`Breakpoint.bpbynumber`. If *arg* is not numeric or out of range, return an error message. .. method:: Bdb.clear_all_file_breaks(filename) |