[Zope3-checkins] CVS: Zope3/lib/python/Zope/App/OFS/Container - IAdding.py:1.3
Steve Alexander
steve@cat-box.net
Mon, 18 Nov 2002 08:30:43 -0500
Update of /cvs-repository/Zope3/lib/python/Zope/App/OFS/Container
In directory cvs.zope.org:/tmp/cvs-serv316/lib/python/Zope/App/OFS/Container
Modified Files:
IAdding.py
Log Message:
Minor docstring and formatting corrections.
=== Zope3/lib/python/Zope/App/OFS/Container/IAdding.py 1.2 => 1.3 ===
--- Zope3/lib/python/Zope/App/OFS/Container/IAdding.py:1.2 Wed Oct 2 17:35:47 2002
+++ Zope3/lib/python/Zope/App/OFS/Container/IAdding.py Mon Nov 18 08:30:42 2002
@@ -32,8 +32,8 @@
Zope.App.OFS.Container.Exceptions.DuplicateIDError.
"""
- contentName=Attribute(
- """the content name, as usually set by the Adder traverser.
+ contentName = Attribute(
+ """The content name, as usually set by the Adder traverser.
If the content name hasn't been defined yet, returns None.
@@ -43,7 +43,7 @@
)
def nextURL():
- """Return the URL that the creation view should redirect to
+ """Return the URL that the creation view should redirect to.
This is called by the creation view after calling add.