Skip to content

Commit

Permalink
Correct typo in Symbol name
Browse files Browse the repository at this point in the history
  • Loading branch information
rocky committed Jan 28, 2023
1 parent e97bc7e commit bb8d3e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mathics/core/systemsymbols.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
SymbolBreak = Symbol("System`Break")
SymbolByteArray = Symbol("System`ByteArray")
SymbolC = Symbol("System`C")
SymbolCatalan = Symbol("System`Cases")
SymbolCases = Symbol("System`Cases")
SymbolCatalan = Symbol("System`Catalan")
SymbolCeiling = Symbol("System`Ceiling")
SymbolClusteringComponents = Symbol("System`ClusteringComponents")
Expand Down

0 comments on commit bb8d3e6

Please sign in to comment.