[CalendarServer-changes] [6872] CalendarServer/branches/users/glyph/db-reconnect/twext/enterprise/ adbapi2.py

source_changes at macosforge.org source_changes at macosforge.org
Thu Feb 3 15:41:48 PST 2011


Revision: 6872
          http://trac.macosforge.org/projects/calendarserver/changeset/6872
Author:   glyph at apple.com
Date:     2011-02-03 15:41:48 -0800 (Thu, 03 Feb 2011)
Log Message:
-----------
Correct docstring.

Modified Paths:
--------------
    CalendarServer/branches/users/glyph/db-reconnect/twext/enterprise/adbapi2.py

Modified: CalendarServer/branches/users/glyph/db-reconnect/twext/enterprise/adbapi2.py
===================================================================
--- CalendarServer/branches/users/glyph/db-reconnect/twext/enterprise/adbapi2.py	2011-02-03 23:41:45 UTC (rev 6871)
+++ CalendarServer/branches/users/glyph/db-reconnect/twext/enterprise/adbapi2.py	2011-02-03 23:41:48 UTC (rev 6872)
@@ -387,10 +387,10 @@
     @ivar _busy: The list of busy L{_ConnectedTxn} objects; those currently
         servicing an unfinished L{_SingleTxn} object.
 
-    @ivar _finishing: The list of 2-tuples of L{_SingleTxn} objects which have
-        had C{abort} or C{commit} called on them, but are not done executing
-        that method, and the L{Deferred} returned from that method that will be
-        fired when its execution has completed.
+    @ivar _finishing: The list of 2-tuples of L{_ConnectedTxn} objects which
+        have had C{abort} or C{commit} called on them, but are not done
+        executing that method, and the L{Deferred} returned from that method
+        that will be fired when its execution has completed.
 
     @ivar _waiting: The list of L{_SingleTxn} objects attached to a
         L{_WaitingTxn}; i.e. those which are awaiting a connection to become
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/calendarserver-changes/attachments/20110203/0948a2e5/attachment-0001.html>


More information about the calendarserver-changes mailing list