From f26e00694f8d0a8d72ac2045980ff4ec07ff356f Mon Sep 17 00:00:00 2001 From: pavlozt <55258742+pavlozt@users.noreply.github.com> Date: Mon, 18 Mar 2024 20:13:35 +0300 Subject: [PATCH] Fix typo (#550) --- examples/eval_arith.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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]