From 06788c9fe4abfdc97d8a05bf3d8a41ef321e8c3b Mon Sep 17 00:00:00 2001 From: Georg Brandl Date: Sat, 3 Jan 2009 21:31:47 +0000 Subject: Fix a few remaining problems found by rstlint. --- Doc/library/bdb.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Doc/library/bdb.rst') diff --git a/Doc/library/bdb.rst b/Doc/library/bdb.rst index b1cf200b44..9d75a01894 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. -- cgit v1.2.1