Commit 7deca631 authored by Stefan Behnel's avatar Stefan Behnel

fix typo

parent 9cf0a656
......@@ -9,7 +9,7 @@ from Visitor import CythonTransform
class TypedExprNode(ExprNodes.ExprNode):
# Used for declaring assignments of a specified type whithout a known entry.
# Used for declaring assignments of a specified type without a known entry.
def __init__(self, type):
self.type = type
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment