[pypy-svn] r41003 - pypy/dist/pypy/objspace/std

cfbolz at codespeak.net cfbolz at codespeak.net
Thu Mar 22 00:32:10 CET 2007


Author: cfbolz
Date: Thu Mar 22 00:32:09 2007
New Revision: 41003

Modified:
   pypy/dist/pypy/objspace/std/transparent.py
Log:
heute ist Ichkannkeinenglischtag


Modified: pypy/dist/pypy/objspace/std/transparent.py
==============================================================================
--- pypy/dist/pypy/objspace/std/transparent.py	(original)
+++ pypy/dist/pypy/objspace/std/transparent.py	Thu Mar 22 00:32:09 2007
@@ -10,7 +10,7 @@
 
 def proxy(space, w_type, w_controller):
     """tproxy(typ, controller) -> obj
-Return something that looks like it is of type typ. It's behaviour is
+Return something that looks like it is of type typ. Its behaviour is
 completely controlled by the controller."""
     from pypy.interpreter.typedef import Function, PyTraceback, PyFrame, \
         PyCode, GeneratorIterator



More information about the Pypy-commit mailing list