[CalendarServer-changes] [8483] CalendarServer/trunk

source_changes at macosforge.org source_changes at macosforge.org
Tue Jan 3 18:05:10 PST 2012


Revision: 8483
          http://trac.macosforge.org/projects/calendarserver/changeset/8483
Author:   glyph at apple.com
Date:     2012-01-03 18:05:10 -0800 (Tue, 03 Jan 2012)
Log Message:
-----------
Fix docstring to describe parameter type correctly.

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

Property Changed:
----------------
    CalendarServer/trunk/

Modified: CalendarServer/trunk/twistedcaldav/upgrade.py
===================================================================
--- CalendarServer/trunk/twistedcaldav/upgrade.py	2012-01-04 02:05:03 UTC (rev 8482)
+++ CalendarServer/trunk/twistedcaldav/upgrade.py	2012-01-04 02:05:10 UTC (rev 8483)
@@ -508,13 +508,16 @@
 
     @param data: the calendar data to convert
     @type data: C{str}
+
     @param directory: the directory service to lookup CUAs with
-    @type data: L{DirectoryService}
+    @type directory: L{DirectoryService}
+
     @param cuaCache: the dictionary to use as a cache across calls, which is
         updated as a side-effect
     @type cuaCache: C{dict}
-    @return: tuple of (converted calendar data, boolean signaling whether
-        there were any changes to the data)
+
+    @return: tuple of (converted calendar data, boolean signaling whether there
+        were any changes to the data)
     """
     cal = Component.fromString(data)
 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/calendarserver-changes/attachments/20120103/0ff95b2f/attachment.html>


More information about the calendarserver-changes mailing list