We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bc47220 commit a02c3d4Copy full SHA for a02c3d4
mathics/builtin/system.py
@@ -877,7 +877,7 @@ class Breakpoint(Builtin):
877
"""
878
<dl>
879
<dt>'Breakpoint[]'
880
- <dd> Invoke a Python breakpoint. By default, the python debugger \
+ <dd> Invoke a Python breakpoint. By default, the Python debugger \
881
(pdb) is loaded. For loading other debuggers, the Python environment \
882
variable `PYTHONBREAKPOINT` can be utilized.
883
</dl>
@@ -890,7 +890,7 @@ class Breakpoint(Builtin):
890
Out[1]= Breakpoint[]
891
892
893
- summary_text = "invoke a Python breakpoint"
+ summary_text = "invoke a Python breakpoint()"
894
895
def eval(self, evaluation: Evaluation):
896
"Breakpoint[]"
0 commit comments