From 814ccf50314852d12168ad5b8a4a875a86bc6e3d Mon Sep 17 00:00:00 2001 From: Pierre LALET Date: Sun, 23 Dec 2018 19:26:44 +0100 Subject: Fix typos & add codespell --- example/expression/basic_op.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'example/expression/basic_op.py') diff --git a/example/expression/basic_op.py b/example/expression/basic_op.py index a9ed00e3..6032f483 100644 --- a/example/expression/basic_op.py +++ b/example/expression/basic_op.py @@ -15,7 +15,7 @@ c = ExprOp('+', a, b) print c # (eax + ebx) -# + automaticaly generates ExprOp('+', a, b) +# + automatically generates ExprOp('+', a, b) c = a + b print c # (eax + ebx) -- cgit 1.4.1