projects
/
cython.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
eb0f739
)
fix typo numeic -> numeric
author
Lisandro Dalcin
<dalcinl@gmail.com>
Tue, 5 Apr 2011 22:26:28 +0000
(19:26 -0300)
committer
Lisandro Dalcin
<dalcinl@gmail.com>
Tue, 5 Apr 2011 22:26:28 +0000
(19:26 -0300)
Cython/Compiler/ExprNodes.py
patch
|
blob
|
history
diff --git
a/Cython/Compiler/ExprNodes.py
b/Cython/Compiler/ExprNodes.py
index 5c7cf896b068dcd5c6a92f615fbdeb5451211a3e..6d68989c3ed8fe517cce846216b2e2c15f1e7d00 100755
(executable)
--- a/
Cython/Compiler/ExprNodes.py
+++ b/
Cython/Compiler/ExprNodes.py
@@
-5295,7
+5295,7
@@
class UnaryPlusNode(UnopNode):
operator = '+'
def analyse_c_operation(self, env):
- self.type = PyrexTypes.widest_numeic_type(
+ self.type = PyrexTypes.widest_nume
r
ic_type(
self.operand.type, PyreXTypes.c_int_type)
def py_operation_function(self):