typo
authorStefan Behnel <scoder@users.berlios.de>
Thu, 13 May 2010 13:48:29 +0000 (15:48 +0200)
committerStefan Behnel <scoder@users.berlios.de>
Thu, 13 May 2010 13:48:29 +0000 (15:48 +0200)
Cython/Compiler/ExprNodes.py

index 42c06fb5ef8d883e9320df7bd41ceb2cd54286ee..c5fe0f75730e92875f477d8c7ef93c343604e91a 100755 (executable)
@@ -5485,7 +5485,7 @@ class CmpNode(object):
     #  Mixin class containing code common to PrimaryCmpNodes
     #  and CascadedCmpNodes.
     
-    def infer_types(self, env):
+    def infer_type(self, env):
         # TODO: Actually implement this (after merging with -unstable).
         return py_object_type