[Zope-Checkins] CVS: Zope3/lib/python/Zope/App/OFS/Container - IContainer.py:1.4
Guido van Rossum
guido@python.org
Tue, 11 Jun 2002 16:26:05 -0400
Update of /cvs-repository/Zope3/lib/python/Zope/App/OFS/Container
In directory cvs.zope.org:/tmp/cvs-serv31563
Modified Files:
IContainer.py
Log Message:
Fix typo.
=== Zope3/lib/python/Zope/App/OFS/Container/IContainer.py 1.3 => 1.4 ===
"""Add the given object to the container under the given key.
- Raises a ValueError or if key is an empty string, unless the
+ Raises a ValueError if key is an empty string, unless the
container chooses a different key.
Returns the key used, which might be different than the given key.