Commit 433917b0 authored by Tim Peters's avatar Tim Peters

Merge rev 28178 from trunk.

Connection.root():  Repair error in docstring.
parent 01d763cf
......@@ -798,7 +798,7 @@ class Connection(ExportImport, object):
def root(self):
"""Return the database root object.
The root is a PersistentDict.
The root is a persistent.mapping.PersistentMapping.
"""
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