[pypy-svn] r41005 - pypy/dist/pypy/doc

hpk at codespeak.net hpk at codespeak.net
Thu Mar 22 00:33:36 CET 2007


Author: hpk
Date: Thu Mar 22 00:33:35 2007
New Revision: 41005

Modified:
   pypy/dist/pypy/doc/objspace-proxies.txt
Log:
remove mention of 'type' from doc


Modified: pypy/dist/pypy/doc/objspace-proxies.txt
==============================================================================
--- pypy/dist/pypy/doc/objspace-proxies.txt	(original)
+++ pypy/dist/pypy/doc/objspace-proxies.txt	Thu Mar 22 00:33:35 2007
@@ -560,7 +560,6 @@
   ProxyOperation instances have the following attributes: 
 
     `proxyobj`: the transparent proxy object of this operation. 
-    `type`: the apparent type of the transparent proxy 
     `opname`: the operation name of this operation 
     `args`: positional arguments for this operation 
     `kwargs`: keyword arguments for this operation 



More information about the Pypy-commit mailing list