summaryrefslogtreecommitdiffstats
path: root/Doc/library/bdb.rst
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2007-12-06 01:52:24 (GMT)
committerGeorg Brandl <georg@python.org>2007-12-06 01:52:24 (GMT)
commit2b92f6bab382ee24daa497f8903307dc44fc8adc (patch)
tree34bbcd2468bbb0bff62fdca8d1095c6d5902a34e /Doc/library/bdb.rst
parent4e2f714031654eb4174393454c008961b636f539 (diff)
downloadcpython-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.rst2
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)