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 6673186 commit 4ea2086Copy full SHA for 4ea2086
2 files changed
mathics/core/evaluation.py
@@ -641,7 +641,7 @@ def get_data(self):
641
642
class Output(ABC):
643
"""
644
- Base class for Mathics output history.
+ Base class for Mathics3 output history.
645
This needs to be subclassed.
646
647
mathics/core/load_builtin.py
@@ -183,7 +183,7 @@ def get_submodule_names(obj) -> list:
183
So in this example then, in the list the modules returned for
184
Python module `mathics.builtin.colors` would be the
185
`mathics.builtin.colors.named_colors` module which contains the
186
- definition and docs for the "Named Colors" Mathics Builtin
+ definition and docs for the "Named Colors" Mathics3 Builtin
187
Functions.
188
189
modpkgs = []
0 commit comments