From: Stefan Behnel Date: Tue, 22 Apr 2008 17:01:32 +0000 (+0200) Subject: comment fix X-Git-Tag: 0.9.6.14~20^2~23 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=0395f26acd22cb841dd160827b5dc3bbdd28e2d2;p=cython.git comment fix --- diff --git a/Cython/Compiler/Nodes.py b/Cython/Compiler/Nodes.py index b87264fe..7b82d540 100644 --- a/Cython/Compiler/Nodes.py +++ b/Cython/Compiler/Nodes.py @@ -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