Commit 77d01aa5 authored by Tim Peters's avatar Tim Peters

Merge rev 28178 from trunk.

Connection.root():  Repair error in docstring.
parent acd652a1
...@@ -798,7 +798,7 @@ class Connection(ExportImport, object): ...@@ -798,7 +798,7 @@ class Connection(ExportImport, object):
def root(self): def root(self):
"""Return the database root object. """Return the database root object.
The root is a PersistentDict. The root is a persistent.mapping.PersistentMapping.
""" """
return self.get(z64) return self.get(z64)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment