Author: Christian Tismer <[email protected]>
Branch: win64-stage1
Changeset: r49767:8b591290caf9
Date: 2011-11-25 00:51 +0100
http://bitbucket.org/pypy/pypy/changeset/8b591290caf9/
Log: typo-typopo
diff --git a/pypy/rlib/rarithmetic.py b/pypy/rlib/rarithmetic.py
--- a/pypy/rlib/rarithmetic.py
+++ b/pypy/rlib/rarithmetic.py
@@ -137,7 +137,7 @@
maxint = int(LONG_TEST - 1)
def is_valid_int(r, force_type=True):
- if force_type_type:
+ if force_type:
assert isinstance(r, (int, long))
else:
if not isinstance(r, (int, long)):
_______________________________________________
pypy-commit mailing list
[email protected]
http://mail.python.org/mailman/listinfo/pypy-commit