We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 124836e commit a3ab1eeCopy full SHA for a3ab1ee
1 file changed
mathicsscript/__main__.py
@@ -55,7 +55,7 @@
55
56
from mathicsscript.format import format_output, matplotlib_version
57
58
-version_string = """Mathics {mathics}
+version_string = """Mathics3 {mathics}
59
on {python}
60
61
Using:
@@ -410,7 +410,7 @@ def main(
410
) -> int:
411
"""A command-line interface to Mathics.
412
413
- Mathics is a general-purpose computer algebra system
+ Mathics3 is a general-purpose computer algebra system.
414
"""
415
416
exit_rc = 0
0 commit comments