diff options
author | Georg Brandl <georg@python.org> | 2009-01-03 21:31:47 (GMT) |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2009-01-03 21:31:47 (GMT) |
commit | 06788c9fe4abfdc97d8a05bf3d8a41ef321e8c3b (patch) | |
tree | 15223833b7a65c16ebd96233baa98d7997399dd9 /Doc/library/bdb.rst | |
parent | d509788f98e5ee6ecc638daf3be27493ae74640a (diff) | |
download | cpython-06788c9fe4abfdc97d8a05bf3d8a41ef321e8c3b.zip cpython-06788c9fe4abfdc97d8a05bf3d8a41ef321e8c3b.tar.gz cpython-06788c9fe4abfdc97d8a05bf3d8a41ef321e8c3b.tar.bz2 |
Fix a few remaining problems found by rstlint.
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 b1cf200..9d75a01 100644 --- a/Doc/library/bdb.rst +++ b/Doc/library/bdb.rst @@ -335,7 +335,7 @@ Finally, the module defines the following functions: Determine if there is an effective (active) breakpoint at this line of code. Return breakpoint number or 0 if none. - + Called only if we know there is a breakpoint at this location. Returns the breakpoint that was triggered and a flag that indicates if it is ok to delete a temporary breakpoint. |