From b2f89ee71a494b3b1aaaeef42d2b43bcf50735cd Mon Sep 17 00:00:00 2001 From: "Andrew M. Kuchling" Date: Mon, 11 Aug 2003 16:20:39 +0000 Subject: Comment typo fixes --- Lib/compiler/ast.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Lib/compiler/ast.py') diff --git a/Lib/compiler/ast.py b/Lib/compiler/ast.py index 8d69da6d99..a10225bbbc 100644 --- a/Lib/compiler/ast.py +++ b/Lib/compiler/ast.py @@ -283,7 +283,7 @@ class Module(Node): return "Module(%s, %s)" % (repr(self.doc), repr(self.node)) class Expression(Node): - # Expression is an artifical node class to support "eval" + # Expression is an artificial node class to support "eval" nodes["expression"] = "Expression" def __init__(self, node): self.node = node -- cgit v1.2.1