Skip to content

Commit a02c3d4

Browse files
Apply suggestions from code review
Co-authored-by: R. Bernstein <[email protected]>
1 parent bc47220 commit a02c3d4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

mathics/builtin/system.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -877,7 +877,7 @@ class Breakpoint(Builtin):
877877
"""
878878
<dl>
879879
<dt>'Breakpoint[]'
880-
<dd> Invoke a Python breakpoint. By default, the python debugger \
880+
<dd> Invoke a Python breakpoint. By default, the Python debugger \
881881
(pdb) is loaded. For loading other debuggers, the Python environment \
882882
variable `PYTHONBREAKPOINT` can be utilized.
883883
</dl>
@@ -890,7 +890,7 @@ class Breakpoint(Builtin):
890890
Out[1]= Breakpoint[]
891891
"""
892892

893-
summary_text = "invoke a Python breakpoint"
893+
summary_text = "invoke a Python breakpoint()"
894894

895895
def eval(self, evaluation: Evaluation):
896896
"Breakpoint[]"

0 commit comments

Comments
 (0)