Skip to content

Commit 9575034

Browse files
committed
Fix typos in bdb.rst
1 parent 2b6a137 commit 9575034

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Doc/library/bdb.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)