[Zope3-checkins] CVS: Zope3/src/zope/app/container - sample.py:1.9
Philipp von Weitershausen
cvs-admin at zope.org
Thu Nov 20 02:26:46 EST 2003
Update of /cvs-repository/Zope3/src/zope/app/container
In directory cvs.zope.org:/tmp/cvs-serv7197/container
Modified Files:
sample.py
Log Message:
Update docstring. Some pre-parentgeddon cruft was still in there :)
=== Zope3/src/zope/app/container/sample.py 1.8 => 1.9 ===
--- Zope3/src/zope/app/container/sample.py:1.8 Sun Sep 21 13:31:35 2003
+++ Zope3/src/zope/app/container/sample.py Thu Nov 20 02:26:45 2003
@@ -32,8 +32,7 @@
"""Sample container implementation suitable for testing.
It is not suitable, directly as a base class unless the subclass
- overrides _Container__newData to return a persistent mapping
- object.
+ overrides _newContainerData to return a persistent mapping object.
"""
implements(IContainer)
More information about the Zope3-Checkins
mailing list