Skip to content

Commit a3ab1ee

Browse files
committed
Mathics -> Mathics3
1 parent 124836e commit a3ab1ee

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

mathicsscript/__main__.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@
5555

5656
from mathicsscript.format import format_output, matplotlib_version
5757

58-
version_string = """Mathics {mathics}
58+
version_string = """Mathics3 {mathics}
5959
on {python}
6060
6161
Using:
@@ -410,7 +410,7 @@ def main(
410410
) -> int:
411411
"""A command-line interface to Mathics.
412412
413-
Mathics is a general-purpose computer algebra system
413+
Mathics3 is a general-purpose computer algebra system.
414414
"""
415415

416416
exit_rc = 0

0 commit comments

Comments
 (0)