Skip to content

Commit a43fd5e

Browse files
committed
PredefinedSymbol -> SymbolConstant...
and try to clearify what is up here.
1 parent 0d4ce19 commit a43fd5e

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

mathics/builtin/makeboxes.py

-2
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,6 @@
55
Low level Format definitions
66
"""
77

8-
from typing import Union
9-
108
import mpmath
119

1210
from mathics.builtin.base import Builtin, Predefined

mathics/core/symbols.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -333,7 +333,7 @@ class Symbol(Atom, NumericOperators, EvalMixin):
333333
334334
All Symbols have a name that can be converted to string.
335335
336-
A Variable Symbol is a ``Symbol``` that is associated with a
336+
A Variable Symbol is a ``Symbol`` that is associated with a
337337
``Definition`` that has an ``OwnValue`` that determines its
338338
evaluation value.
339339

0 commit comments

Comments
 (0)