[pypy-svn] r9503 - pypy/dist/pypy/objspace/flow

pedronis at codespeak.net pedronis at codespeak.net
Fri Feb 25 16:52:45 CET 2005


Author: pedronis
Date: Fri Feb 25 16:52:44 2005
New Revision: 9503

Modified:
   pypy/dist/pypy/objspace/flow/model.py
Log:
oops, typo



Modified: pypy/dist/pypy/objspace/flow/model.py
==============================================================================
--- pypy/dist/pypy/objspace/flow/model.py	(original)
+++ pypy/dist/pypy/objspace/flow/model.py	Fri Feb 25 16:52:44 2005
@@ -75,7 +75,7 @@
         else:
             txt = "codeless block"
         if self.exc_handler:
-            txt = text +" EH"
+            txt = txt +" EH"
         return txt
     
     def __repr__(self):



More information about the Pypy-commit mailing list