[CalendarServer-changes] [9487] CalendarServer/branches/users/gaya/inviteclean/txdav/common/ datastore/sql.py

source_changes at macosforge.org source_changes at macosforge.org
Mon Jul 23 19:48:24 PDT 2012


Revision: 9487
          http://trac.macosforge.org/projects/calendarserver/changeset/9487
Author:   gaya at apple.com
Date:     2012-07-23 19:48:24 -0700 (Mon, 23 Jul 2012)
Log Message:
-----------
fix updateShare() doc string

Modified Paths:
--------------
    CalendarServer/branches/users/gaya/inviteclean/txdav/common/datastore/sql.py

Modified: CalendarServer/branches/users/gaya/inviteclean/txdav/common/datastore/sql.py
===================================================================
--- CalendarServer/branches/users/gaya/inviteclean/txdav/common/datastore/sql.py	2012-07-24 01:03:31 UTC (rev 9486)
+++ CalendarServer/branches/users/gaya/inviteclean/txdav/common/datastore/sql.py	2012-07-24 02:48:24 UTC (rev 9487)
@@ -2080,6 +2080,7 @@
 
         @param message: The proposed message to go along with the share, which
             will be used as the default display name.
+        @type mode: L{str}
 
         @return: the name of the shared calendar in the new calendar home.
         @rtype: L{str}
@@ -2140,15 +2141,16 @@
 
         @param mode: The sharing mode; L{_BIND_MODE_READ} or
             L{_BIND_MODE_WRITE}.
+        @type mode: L{str}
 
         @param status: The sharing mode; L{_BIND_STATUS_INVITED} or
             L{_BIND_STATUS_ACCEPTED} or L{_BIND_STATUS_DECLINED} or
             L{_BIND_STATUS_INVALID}.
+        @type status: L{str}
 
-        @type mode: L{str}
-
         @param message: The proposed message to go along with the share, which
             will be used as the default display name.
+        @type message: L{str}
 
         @return: L{Deferred}
         """
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/calendarserver-changes/attachments/20120723/0fa243e4/attachment-0001.html>


More information about the calendarserver-changes mailing list