[Zope-Checkins] CVS: Zope3/lib/python/Zope/App/Security - IExecutableObject.py:1.1.2.2

Shane Hathaway shane@digicool.com
Wed, 28 Nov 2001 10:29:35 -0500


Update of /cvs-repository/Zope3/lib/python/Zope/App/Security
In directory cvs.zope.org:/tmp/cvs-serv10288/App/Security

Modified Files:
      Tag: Zope-3x-branch
	IExecutableObject.py 
Log Message:
Refined docs.


=== Zope3/lib/python/Zope/App/Security/IExecutableObject.py 1.1.2.1 => 1.1.2.2 ===
         may, in fact, turn out to be policy dependent.
 
-        An executable object may provide it's own security policy by
+        An executable object may provide its own security policy by
         defining the method:
     """
 
@@ -30,6 +30,6 @@
         """
             Return a custom SecurityPolicy.
 
-            This should rearely, if ever be needed.
+            This should rarely, if ever, be needed.
         """