From: Stefan Behnel Date: Thu, 13 May 2010 13:48:29 +0000 (+0200) Subject: typo X-Git-Tag: 0.13.beta0~82 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=310c7329a839fd31fb0fee377e32adfee4f0ce5b;p=cython.git typo --- 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