comment
authorStefan Behnel <scoder@users.berlios.de>
Wed, 11 Nov 2009 07:35:37 +0000 (08:35 +0100)
committerStefan Behnel <scoder@users.berlios.de>
Wed, 11 Nov 2009 07:35:37 +0000 (08:35 +0100)
tests/run/tp_new.pyx

index d98ee9a4dc15aa317e3861971114a7e619ae12fa..729e3007744a2a5f37452cf8c7aa681853045530 100644 (file)
@@ -26,7 +26,7 @@ class MyTypeSubClass(MyType):
     def __init__(self):
         print "INIT"
 
-# only this can be safely optimised:
+# only these can be safely optimised:
 
 @cython.test_assert_path_exists('//PythonCapiCallNode')
 @cython.test_fail_if_path_exists('//SimpleCallNode/AttributeNode')