[pypy-svn] r41016 - pypy/dist/pypy/doc
ac at codespeak.net
ac at codespeak.net
Thu Mar 22 11:37:57 CET 2007
Author: ac
Date: Thu Mar 22 11:37:55 2007
New Revision: 41016
Modified:
pypy/dist/pypy/doc/objspace-proxies.txt
Log:
Fix typo.
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 11:37:55 2007
@@ -552,7 +552,7 @@
'controller' callable. The proxy will appear
as a completely regular instance of the given
type but all operations on it are send to the
- specified controller - which receices on
+ specified controller - which receives a
ProxyOperation instance on each such operation.
A non-specified type will default to type(obj) if
`obj` was specified.
More information about the pypy-svn
mailing list