Skip to content

Commit

Permalink
Fix typo (#550)
Browse files Browse the repository at this point in the history
  • Loading branch information
pavlozt committed Mar 18, 2024
1 parent 6955dce commit f26e006
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/eval_arith.py
Expand Up @@ -59,7 +59,7 @@ def operatorOperands(tokenlist):


class EvalPowerOp:
"Class to evaluate multiplication and division expressions"
"Class to evaluate power expressions"

def __init__(self, tokens):
self.value = tokens[0]
Expand Down

0 comments on commit f26e006

Please sign in to comment.