[pypy-commit] pypy win64-stage1: typo-typopo

ctismer noreply at buildbot.pypy.org
Fri Nov 25 00:52:11 CET 2011


Author: Christian Tismer <tismer at stackless.com>
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)):


More information about the pypy-commit mailing list