[Zope3-checkins] CVS: Zope3/src/zope/proxy - introspection.py:1.3

Barry Warsaw barry@zope.com
Tue, 15 Apr 2003 17:19:47 -0400


Update of /cvs-repository/Zope3/src/zope/proxy
In directory cvs.zope.org:/tmp/cvs-serv26357/src/zope/proxy

Modified Files:
	introspection.py 
Log Message:
Fix a typo in the docstring and rewrap.


=== Zope3/src/zope/proxy/introspection.py 1.2 => 1.3 ===
--- Zope3/src/zope/proxy/introspection.py:1.2	Wed Dec 25 09:15:16 2002
+++ Zope3/src/zope/proxy/introspection.py	Tue Apr 15 17:19:47 2003
@@ -17,13 +17,13 @@
 """Temporary hack module until there is a generic way to deal with proxies
 
 This module provides some standard machinery to recognize and remove
-proxies. It is hoped that it will be replaced by a cleaner
-implementation based on a common proxy base class.
+proxies. It is hoped that it will be replaced by a cleaner implementation
+based on a common proxy base class.
 
-This module requires that proxy implementations register themselvss
-with the module, by calling defineProxyType, however, it
-short-circuits the definitions for two types, which, hopefully will be
-the only two types that need to get registered. ;)
+This module requires that proxy implementations register themselves with the
+module, by calling defineProxyType, however, it short-circuits the definitions
+for two types, which, hopefully will be the only two types that need to get
+registered. ;)
 
 $Id$
 """