From 310c7329a839fd31fb0fee377e32adfee4f0ce5b Mon Sep 17 00:00:00 2001 From: Stefan Behnel Date: Thu, 13 May 2010 15:48:29 +0200 Subject: [PATCH] typo --- Cython/Compiler/ExprNodes.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cython/Compiler/ExprNodes.py b/Cython/Compiler/ExprNodes.py index 42c06fb5..c5fe0f75 100755 --- a/Cython/Compiler/ExprNodes.py +++ b/Cython/Compiler/ExprNodes.py @@ -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 -- 2.26.2