From 0395f26acd22cb841dd160827b5dc3bbdd28e2d2 Mon Sep 17 00:00:00 2001 From: Stefan Behnel Date: Tue, 22 Apr 2008 19:01:32 +0200 Subject: [PATCH] comment fix --- Cython/Compiler/Nodes.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.26.2