Comment typo fixes

This commit is contained in:
Andrew M. Kuchling 2003-08-11 16:20:39 +00:00
parent cc9d004f81
commit b2f89ee71a
2 changed files with 2 additions and 2 deletions

View file

@ -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