Skip to content

Commit edb10c7

Browse files
committed
Fix colon spacing
1 parent 643fc32 commit edb10c7

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

Doc/library/bdb.rst

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,8 +72,7 @@ The :mod:`!bdb` module also defines two classes:
7272
.. method:: bpprint(out=None)
7373

7474
Print the output of :meth:`bpformat` to the file *out*, or if it is
75-
Print the output of :meth:`bpformat` to the file *out*; if *out* is
76-
``None``, print to standard output.
75+
``None``, to standard output.
7776

7877
:class:`Breakpoint` instances have the following attributes:
7978

0 commit comments

Comments
 (0)