[CalendarServer-changes] [9228] CalendarServer/trunk/txdav/common/datastore/test/util.py

source_changes at macosforge.org source_changes at macosforge.org
Fri May 4 09:10:42 PDT 2012


Revision: 9228
          http://trac.macosforge.org/projects/calendarserver/changeset/9228
Author:   glyph at apple.com
Date:     2012-05-04 09:10:42 -0700 (Fri, 04 May 2012)
Log Message:
-----------
fix epytext errors

Modified Paths:
--------------
    CalendarServer/trunk/txdav/common/datastore/test/util.py

Modified: CalendarServer/trunk/txdav/common/datastore/test/util.py
===================================================================
--- CalendarServer/trunk/txdav/common/datastore/test/util.py	2012-05-04 16:10:15 UTC (rev 9227)
+++ CalendarServer/trunk/txdav/common/datastore/test/util.py	2012-05-04 16:10:42 UTC (rev 9228)
@@ -504,7 +504,7 @@
     def transactionUnderTest(self):
         """
         Create a transaction from C{storeUnderTest} and save it as
-        C[lastTransaction}.  Also makes sure to use the same store, saving the
+        C{lastTransaction}.  Also makes sure to use the same store, saving the
         value from C{storeUnderTest}.
         """
         if self.lastTransaction is None:
@@ -545,7 +545,7 @@
 
     def abort(self):
         """
-        Abort the last transaction created from C[transactionUnderTest}, and
+        Abort the last transaction created from C{transactionUnderTest}, and
         clear it.
         """
         result = self.lastTransaction.abort()
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/calendarserver-changes/attachments/20120504/20343f4d/attachment-0001.html>


More information about the calendarserver-changes mailing list