[Zope3-checkins] CVS: Zope3/lib/python/Zope/App/OFS/Services/ObjectHub - IObjectHub.py:1.6
Benjamin Saller
bcsaller@yahoo.com
Wed, 4 Dec 2002 11:16:31 -0500
Update of /cvs-repository/Zope3/lib/python/Zope/App/OFS/Services/ObjectHub
In directory cvs.zope.org:/tmp/cvs-serv4225
Modified Files:
IObjectHub.py
Log Message:
cleaned up docstring for register
=== Zope3/lib/python/Zope/App/OFS/Services/ObjectHub/IObjectHub.py 1.5 => 1.6 ===
--- Zope3/lib/python/Zope/App/OFS/Services/ObjectHub/IObjectHub.py:1.5 Wed Dec 4 11:08:20 2002
+++ Zope3/lib/python/Zope/App/OFS/Services/ObjectHub/IObjectHub.py Wed Dec 4 11:16:30 2002
@@ -127,8 +127,8 @@
"""
def register(obj_or_loc):
- """Returns a new hub id, for the given location or wrapped object,
- if it is not already registered.
+ """Returns a new hub id for the given location or the given
+ wrapped object if it is not already registered.
It also emits a HubIdObjectRegisteredEvent. Raises an
ObjectHubError if the location was previously registered.