[CalendarServer-changes] [251] CalendarServer/trunk/twistedcaldav/index.py

source_changes at macosforge.org source_changes at macosforge.org
Wed Oct 4 21:32:42 PDT 2006


Revision: 251
          http://trac.macosforge.org/projects/calendarserver/changeset/251
Author:   wsanchez at apple.com
Date:     2006-10-04 21:32:42 -0700 (Wed, 04 Oct 2006)

Log Message:
-----------
Fix doc string

Modified Paths:
--------------
    CalendarServer/trunk/twistedcaldav/index.py

Modified: CalendarServer/trunk/twistedcaldav/index.py
===================================================================
--- CalendarServer/trunk/twistedcaldav/index.py	2006-10-05 04:32:28 UTC (rev 250)
+++ CalendarServer/trunk/twistedcaldav/index.py	2006-10-05 04:32:42 UTC (rev 251)
@@ -156,10 +156,9 @@
 
     def resourceNameForUID(self, uid):
         """
-        Looks up the names of the resources with the given UID.
+        Looks up the name of the resource with the given UID.
         @param uid: the UID of the resource to look up.
-        @return: If the resource is found, a list of the resource names; C{None}
-            otherwise.
+        @return: If the resource is found, its name; C{None} otherwise.
         """
         names = self.resourceNamesForUID(uid)
         if len(names) > 0:

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/calendarserver-changes/attachments/20061004/4bc9c8c2/attachment.html


More information about the calendarserver-changes mailing list