Commit 9a5c1bbc authored by Lisandro Dalcin's avatar Lisandro Dalcin

fix typo numeic -> numeric

parent eb0f739f
......@@ -5295,7 +5295,7 @@ class UnaryPlusNode(UnopNode):
operator = '+'
def analyse_c_operation(self, env):
self.type = PyrexTypes.widest_numeic_type(
self.type = PyrexTypes.widest_numeric_type(
self.operand.type, PyreXTypes.c_int_type)
def py_operation_function(self):
......
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