[pypy-svn] r64500 - pypy/trunk/pypy/lang/scheme

cfbolz at codespeak.net cfbolz at codespeak.net
Tue Apr 21 12:44:02 CEST 2009


Author: cfbolz
Date: Tue Apr 21 12:44:01 2009
New Revision: 64500

Modified:
   pypy/trunk/pypy/lang/scheme/object.py
Log:
fix english in comment


Modified: pypy/trunk/pypy/lang/scheme/object.py
==============================================================================
--- pypy/trunk/pypy/lang/scheme/object.py	(original)
+++ pypy/trunk/pypy/lang/scheme/object.py	Tue Apr 21 12:44:01 2009
@@ -190,7 +190,7 @@
         return float(self.intval)
 
 class W_Eval(W_Root):
-    #this class is for objects which does more than
+    # this class is for objects which do more than
     # evaluate to themselves
     def eval_cf(self, ctx, caller, cont, elst=[], enum=0):
         #eval with continuation frame!



More information about the Pypy-commit mailing list