[Zope3-checkins]
CVS: Zope3/src/zope/app/browser/services/registration
- __init__.py:1.12
Fred Drake
cvs-admin at zope.org
Mon Nov 3 16:56:50 EST 2003
Update of /cvs-repository/Zope3/src/zope/app/browser/services/registration
In directory cvs.zope.org:/tmp/cvs-serv6818
Modified Files:
__init__.py
Log Message:
fix a couple of docstring typos
=== Zope3/src/zope/app/browser/services/registration/__init__.py 1.11 => 1.12 ===
--- Zope3/src/zope/app/browser/services/registration/__init__.py:1.11 Wed Sep 24 16:43:07 2003
+++ Zope3/src/zope/app/browser/services/registration/__init__.py Mon Nov 3 16:56:49 2003
@@ -289,8 +289,8 @@
"""View for adding component registrations
This class is used to define registration add forms. It provides
- tha ``add`` and ``nextURL`` methods needed when creating add forms
- for non IAdding object. We need this here because registration
+ the ``add`` and ``nextURL`` methods needed when creating add forms
+ for non-IAdding objects. We need this here because registration
add forms are views of the component being configured.
"""
More information about the Zope3-Checkins
mailing list