Commit 2ae93ebc authored by Robert Bradshaw's avatar Robert Bradshaw

unop typo fix

parent 635d45d8
......@@ -5296,7 +5296,7 @@ class UnaryPlusNode(UnopNode):
def analyse_c_operation(self, env):
self.type = PyrexTypes.widest_numeric_type(
self.operand.type, PyreXTypes.c_int_type)
self.operand.type, PyrexTypes.c_int_type)
def py_operation_function(self):
return "PyNumber_Positive"
......
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