[CalendarServer-changes] [9234] CalendarServer/trunk/txdav/common/icommondatastore.py

source_changes at macosforge.org source_changes at macosforge.org
Tue May 8 14:55:13 PDT 2012


Revision: 9234
          http://trac.macosforge.org/projects/calendarserver/changeset/9234
Author:   glyph at apple.com
Date:     2012-05-08 14:55:13 -0700 (Tue, 08 May 2012)
Log Message:
-----------
docstring whitespace fix

Modified Paths:
--------------
    CalendarServer/trunk/txdav/common/icommondatastore.py

Modified: CalendarServer/trunk/txdav/common/icommondatastore.py
===================================================================
--- CalendarServer/trunk/txdav/common/icommondatastore.py	2012-05-08 21:47:40 UTC (rev 9233)
+++ CalendarServer/trunk/txdav/common/icommondatastore.py	2012-05-08 21:55:13 UTC (rev 9234)
@@ -236,14 +236,14 @@
         This is a temporary shim method due to the way L{twistedcaldav.sharing}
         works, which is that it expects to look in the 'sharesDB' object to
         find what calendars are shared by whom, separately looks up the owner's
-        calendar home based on  that information, then sets the sharee's UID on
+        calendar home based on that information, then sets the sharee's UID on
         that calendar, the main effect of which is to change the per-user uid
         of the properties for that calendar object.
 
-        What I{should} be happening is that the calendars
-        just show up in the sharee's calendar home, and have a separate methods
-        to determine the sharee's and the owner's calendar homes, so the front
-        end can tell it's shared.
+        What I{should} be happening is that the calendars just show up in the
+        sharee's calendar home, and have a separate methods to determine the
+        sharee's and the owner's calendar homes, so the front end can tell it's
+        shared.
 
         @param shareeUID: the UID of the sharee.
         @type shareeUID: C{str}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/calendarserver-changes/attachments/20120508/5d4930cd/attachment.html>


More information about the calendarserver-changes mailing list