Commit 310c7329 authored by Stefan Behnel's avatar Stefan Behnel

typo

parent 33396d68
......@@ -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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment