Commit 0395f26a authored by Stefan Behnel's avatar Stefan Behnel

comment fix

parent 13178de7
...@@ -1900,7 +1900,7 @@ class OverrideCheckNode(StatNode): ...@@ -1900,7 +1900,7 @@ class OverrideCheckNode(StatNode):
class PyClassDefNode(StatNode, BlockNode): class PyClassDefNode(StatNode, BlockNode):
# A Python class definition. # A Python class definition.
# #
# name string Name of the class # name EncodedString Name of the class
# doc string or None # doc string or None
# body StatNode Attribute definition code # body StatNode Attribute definition code
# entry Symtab.Entry # entry Symtab.Entry
......
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