[pypy-svn] pypy default: unneeded word

gutworth commits-noreply at bitbucket.org
Fri Jan 7 18:06:06 CET 2011


Author: Benjamin Peterson <benjamin at python.org>
Branch: 
Changeset: r40467:77cda85b5786
Date: 2011-01-07 11:06 -0600
http://bitbucket.org/pypy/pypy/changeset/77cda85b5786/

Log:	unneeded word

diff --git a/pypy/jit/metainterp/optimizeopt/intbounds.py b/pypy/jit/metainterp/optimizeopt/intbounds.py
--- a/pypy/jit/metainterp/optimizeopt/intbounds.py
+++ b/pypy/jit/metainterp/optimizeopt/intbounds.py
@@ -6,8 +6,8 @@
 from pypy.jit.metainterp.resoperation import rop, ResOperation
 
 class OptIntBounds(Optimization):
-    """Keeps track of the bounds placed on integers by the guards and
-       remove redundant guards"""
+    """Keeps track of the bounds placed on integers by guards and remove
+       redundant guards"""
 
     def setup(self):
         self.posponedop = None


More information about the Pypy-commit mailing list