comment fix
authorStefan Behnel <scoder@users.berlios.de>
Tue, 22 Apr 2008 17:01:32 +0000 (19:01 +0200)
committerStefan Behnel <scoder@users.berlios.de>
Tue, 22 Apr 2008 17:01:32 +0000 (19:01 +0200)
Cython/Compiler/Nodes.py

index b87264fed9f9bb6715f2457236f03577fb594225..7b82d540cb2ff56952500cf7015a71af47b77fbd 100644 (file)
@@ -1900,7 +1900,7 @@ class OverrideCheckNode(StatNode):
 class PyClassDefNode(StatNode, BlockNode):
     #  A Python class definition.
     #
-    #  name     string          Name of the class
+    #  name     EncodedString   Name of the class
     #  doc      string or None
     #  body     StatNode        Attribute definition code
     #  entry    Symtab.Entry