[Zodb-checkins] SVN: ZODB/branches/3.3/src/ZODB/Connection.py Merge rev 28178 from trunk.

Tim Peters tim.one at comcast.net
Thu Oct 14 10:51:27 EDT 2004


Log message for revision 28191:
  Merge rev 28178 from trunk.
  
  Connection.root():  Repair error in docstring.
  

Changed:
  U   ZODB/branches/3.3/src/ZODB/Connection.py

-=-
Modified: ZODB/branches/3.3/src/ZODB/Connection.py
===================================================================
--- ZODB/branches/3.3/src/ZODB/Connection.py	2004-10-14 14:48:09 UTC (rev 28190)
+++ ZODB/branches/3.3/src/ZODB/Connection.py	2004-10-14 14:51:26 UTC (rev 28191)
@@ -798,7 +798,7 @@
     def root(self):
         """Return the database root object.
 
-        The root is a PersistentDict.
+        The root is a persistent.mapping.PersistentMapping.
         """
         return self.get(z64)
 



More information about the Zodb-checkins mailing list