Skip to content
Next Next commit
Drop misleading space
  • Loading branch information
SnoopJ committed May 8, 2023
commit e75d604211f26d3fd956e319786aeef1f34254e1
2 changes: 1 addition & 1 deletion Doc/library/pdb.rst
Original file line number Diff line number Diff line change
Expand Up @@ -598,7 +598,7 @@ can be overridden by the local file.

Delete the specified alias *name*.

.. pdbcommand:: ! statement
.. pdbcommand:: !statement

Execute the (one-line) *statement* in the context of the current stack frame.
The exclamation point can be omitted unless the first word of the statement
Expand Down