diff --git a/examples/eval_arith.py b/examples/eval_arith.py index 3a19ae04..c0eb5072 100644 --- a/examples/eval_arith.py +++ b/examples/eval_arith.py @@ -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]