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 ebf56e6 commit 8af328bCopy full SHA for 8af328b
mathicsscript/__main__.py
@@ -307,8 +307,8 @@ def main(
307
"Settings`$PygmentsShowTokens", from_python(pygments_tokens)
308
)
309
definitions.set_ownvalue("Settings`MathicsScriptVersion", from_python(__version__))
310
- definitions.set_attribute("Settings`MaticsScriptVersion", "System`Protected")
311
- definitions.set_attribute("Settings`MaticsScriptVersion", "System`Locked")
+ definitions.set_attribute("Settings`MathicsScriptVersion", "System`Protected")
+ definitions.set_attribute("Settings`MathicsScriptVersion", "System`Locked")
312
TeXForm = Symbol("System`TeXForm")
313
314
definitions.set_line_no(0)
0 commit comments