Skip to content

Commit 4ea2086

Browse files
authored
Mathics -> Mathics3 (#1800)
A couple more places where Mathics -> Mathics3
1 parent 6673186 commit 4ea2086

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

mathics/core/evaluation.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -641,7 +641,7 @@ def get_data(self):
641641

642642
class Output(ABC):
643643
"""
644-
Base class for Mathics output history.
644+
Base class for Mathics3 output history.
645645
This needs to be subclassed.
646646
"""
647647

mathics/core/load_builtin.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -183,7 +183,7 @@ def get_submodule_names(obj) -> list:
183183
So in this example then, in the list the modules returned for
184184
Python module `mathics.builtin.colors` would be the
185185
`mathics.builtin.colors.named_colors` module which contains the
186-
definition and docs for the "Named Colors" Mathics Builtin
186+
definition and docs for the "Named Colors" Mathics3 Builtin
187187
Functions.
188188
"""
189189
modpkgs = []

0 commit comments

Comments
 (0)