[Zope3-checkins] SVN: Zope3/branches/jim-index/src/zope/app/uniqueid/interfaces.py Fixed a mistake in a docstring.

Gintautas Miliauskas gintas at pov.lt
Sat Jun 12 06:51:08 EDT 2004


Log message for revision 25383:
Fixed a mistake in a docstring.



-=-
Modified: Zope3/branches/jim-index/src/zope/app/uniqueid/interfaces.py
===================================================================
--- Zope3/branches/jim-index/src/zope/app/uniqueid/interfaces.py	2004-06-12 10:50:31 UTC (rev 25382)
+++ Zope3/branches/jim-index/src/zope/app/uniqueid/interfaces.py	2004-06-12 10:51:05 UTC (rev 25383)
@@ -48,10 +48,10 @@
     """Some methods used by the view"""
 
     def __len__():
-        """Returns the number of objects indexed"""
+        """Returns the number of objects indexed."""
 
     def items():
-        """Returns a list of (id, object) pairs"""
+        """Returns a list of (id, reference) pairs."""
 
 
 class IUniqueIdUtility(IUniqueIdUtilitySet, IUniqueIdUtilityQuery,




More information about the Zope3-Checkins mailing list