[Zope3-checkins]
SVN: Zope3/trunk/src/zope/publisher/interfaces/__init__.py
Remove unnecessary apostrophe's.
Marius Gedminas
marius at pov.lt
Thu Jul 13 11:17:22 EDT 2006
Log message for revision 69109:
Remove unnecessary apostrophe's.
Changed:
U Zope3/trunk/src/zope/publisher/interfaces/__init__.py
-=-
Modified: Zope3/trunk/src/zope/publisher/interfaces/__init__.py
===================================================================
--- Zope3/trunk/src/zope/publisher/interfaces/__init__.py 2006-07-13 04:20:58 UTC (rev 69108)
+++ Zope3/trunk/src/zope/publisher/interfaces/__init__.py 2006-07-13 15:17:21 UTC (rev 69109)
@@ -301,7 +301,7 @@
def hold(held):
"""Hold a reference to an object until the request is closed.
- The object should be an IHeld. If it is an IHeld, it's
+ The object should be an IHeld. If it is an IHeld, its
release method will be called when it is released.
"""
@@ -325,7 +325,7 @@
def setPrincipal(principal):
"""Set the principal attribute.
- It should be IPrincipal wrapped in it's AuthenticationService's context.
+ It should be IPrincipal wrapped in its AuthenticationService's context.
"""
class IHeld(Interface):
More information about the Zope3-Checkins
mailing list