[Zope3-checkins] CVS: Zope3/lib/python/Zope/Proxy - ContextWrapper.py:1.9
Steve Alexander
steve@cat-box.net
Tue, 17 Dec 2002 14:01:38 -0500
Update of /cvs-repository/Zope3/lib/python/Zope/Proxy
In directory cvs.zope.org:/tmp/cvs-serv2431/lib/python/Zope/Proxy
Modified Files:
ContextWrapper.py
Log Message:
removed extra space in docs.
=== Zope3/lib/python/Zope/Proxy/ContextWrapper.py 1.8 => 1.9 ===
--- Zope3/lib/python/Zope/Proxy/ContextWrapper.py:1.8 Mon Dec 16 07:34:02 2002
+++ Zope3/lib/python/Zope/Proxy/ContextWrapper.py Tue Dec 17 14:01:37 2002
@@ -53,7 +53,7 @@
"""Remove a context wrapper around an object with data
If the object is wrapped in a security proxy, then the object
- is inserted inside an equivalent security proxy.
+ is inserted inside an equivalent security proxy.
"""
if type(_ob) in BasicTypes: