Skip to content

Commit

Permalink
Merge pull request #51 from emetor/master
Browse files Browse the repository at this point in the history
SyntaxError when expression has "lambda" or λ #50
  • Loading branch information
emetor authored Oct 15, 2021
2 parents 43264d1 + 2b981ad commit 1088512
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pytexit/core/core.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,8 @@
"ψ": "psi",
"θ": "theta",
"κ": "kappa",
"λ": "lambda",
"λ": "lbd",
"lambda": "lbd", # lambda is not a valid identifier in Python
"η": "eta",
"ν": "nu",
"π": "pi",
Expand Down

0 comments on commit 1088512

Please sign in to comment.