[Zope3-checkins] CVS: Zope3/src/zope/app/interfaces/services -
registration.py:1.13
Fred L. Drake, Jr.
fred at zope.com
Fri Oct 17 11:49:20 EDT 2003
Update of /cvs-repository/Zope3/src/zope/app/interfaces/services
In directory cvs.zope.org:/tmp/cvs-serv5599
Modified Files:
registration.py
Log Message:
fix typo
=== Zope3/src/zope/app/interfaces/services/registration.py 1.12 => 1.13 ===
--- Zope3/src/zope/app/interfaces/services/registration.py:1.12 Thu Oct 16 15:38:42 2003
+++ Zope3/src/zope/app/interfaces/services/registration.py Fri Oct 17 11:49:19 2003
@@ -449,7 +449,7 @@
Find a registration manager. Clients can get the
registration manager without knowing it's name. Normally,
folders have one registration manager. If there is more than
- one, this method willl return one; which one is undefined.
+ one, this method will return one; which one is undefined.
An error is raised if no registration manager can be found.
"""
More information about the Zope3-Checkins
mailing list