Skip to content

Commit

Permalink
unop typo fix
Browse files Browse the repository at this point in the history
  • Loading branch information
robertwb committed Apr 6, 2011
1 parent 635d45d commit 2ae93eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cython/Compiler/ExprNodes.py
Expand Up @@ -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"
Expand Down

0 comments on commit 2ae93eb

Please sign in to comment.