[CalendarServer-changes] [8163] CalendarServer/branches/users/glyph/shared-pool-take2/twext/ enterprise/dal/parseschema.py

source_changes at macosforge.org source_changes at macosforge.org
Mon Oct 10 08:03:29 PDT 2011


Revision: 8163
          http://trac.macosforge.org/projects/calendarserver/changeset/8163
Author:   glyph at apple.com
Date:     2011-10-10 08:03:29 -0700 (Mon, 10 Oct 2011)
Log Message:
-----------
epytext

Modified Paths:
--------------
    CalendarServer/branches/users/glyph/shared-pool-take2/twext/enterprise/dal/parseschema.py

Modified: CalendarServer/branches/users/glyph/shared-pool-take2/twext/enterprise/dal/parseschema.py
===================================================================
--- CalendarServer/branches/users/glyph/shared-pool-take2/twext/enterprise/dal/parseschema.py	2011-10-10 15:03:14 UTC (rev 8162)
+++ CalendarServer/branches/users/glyph/shared-pool-take2/twext/enterprise/dal/parseschema.py	2011-10-10 15:03:29 UTC (rev 8163)
@@ -448,7 +448,7 @@
     Retrieve a value from an iterator and check its properties.  Same signature
     as L{expectSingle}, except it takes an iterator instead of a value.
 
-    @see L{expectSingle}
+    @see: L{expectSingle}
     """
     nextval = iterator.next()
     return expectSingle(nextval, **kw)
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/calendarserver-changes/attachments/20111010/df9a4386/attachment.html>


More information about the calendarserver-changes mailing list