Skip to content

Commit 53cfeda

Browse files
authored
Update pdb.rst
1 parent a0384db commit 53cfeda

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

Doc/library/pdb.rst

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -78,9 +78,7 @@ The debugger's prompt is ``(Pdb)``, which is the indicator that you are in debug
7878
.. program:: pdb
7979

8080
You can also invoke :mod:`pdb` from the command line to debug other scripts. For
81-
example:
82-
83-
.. code-block:: bash
81+
example::
8482

8583
python -m pdb [-c command] (-m module | pyfile) [args ...]
8684

0 commit comments

Comments
 (0)