File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -71,7 +71,7 @@ The :mod:`!bdb` module also defines two classes:
7171
7272 .. method:: bpprint(out=None)
7373
74- Print the output of :meth:`bpformat` to the file *out*, or if it is
74+ Print the output of :meth:`bpformat` to the file *out*; if it is
7575 ``None``, to standard output.
7676
7777 :class:`Breakpoint` instances have the following attributes:
@@ -463,7 +463,7 @@ Finally, the module defines the following functions:
463463 If it was set via line number, it checks if
464464 :attr:`b.line <bdb.Breakpoint.line>` is the same as the one in *frame*.
465465 If the breakpoint was set via
466- :attr:`function name <bdb.Breakpoint.funcname>`, we have to check we are in
466+ :attr:`function name <bdb.Breakpoint.funcname>`, we have to check if we are in
467467 the right *frame* (the right function) and if we are on its first executable
468468 line.
469469
You can’t perform that action at this time.
0 commit comments