[Zope3-checkins] CVS: Zope3/src/zope/app/interfaces/services - registration.py:1.4
Fred L. Drake, Jr.
fred@zope.com
Tue, 1 Jul 2003 17:08:28 -0400
Update of /cvs-repository/Zope3/src/zope/app/interfaces/services
In directory cvs.zope.org:/tmp/cvs-serv14555
Modified Files:
registration.py
Log Message:
remove confusing wording
=== Zope3/src/zope/app/interfaces/services/registration.py 1.3 => 1.4 ===
--- Zope3/src/zope/app/interfaces/services/registration.py:1.3 Mon Jun 30 12:24:14 2003
+++ Zope3/src/zope/app/interfaces/services/registration.py Tue Jul 1 17:08:27 2003
@@ -244,7 +244,7 @@
"""
def __nonzero__(self):
- """The registry is true iff it has no registered registrations."""
+ """The registry is true iff it has no registrations."""
class IRegistry(Interface):