Commit 9dabed19 authored by Tim Peters's avatar Tim Peters

Merge rev 27705 from ZODB trunk.

Typo repair.
parent 139e37cd
...@@ -14,11 +14,6 @@ __getattr__ method, the behavior is like that for regular Python ...@@ -14,11 +14,6 @@ __getattr__ method, the behavior is like that for regular Python
classes and for earlier versions of ZODB 3. classes and for earlier versions of ZODB 3.
For __getattribute__, __setattr__, and __delattr__, it is necessary to For __getattribute__, __setattr__, and __delattr__, it is necessary to
cal certain methods defined by persistent.Persistent. Detailed call certain methods defined by persistent.Persistent. Detailed
examples and documentation is provided in the test module, examples and documentation is provided in the test module,
persistent.tests.test_overriding_attrs. persistent.tests.test_overriding_attrs.
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