[Zope-Checkins] CVS: ZODB4/Interface - IInterface.py:1.7
Jeremy Hylton
jeremy@zope.com
Fri, 13 Dec 2002 17:08:28 -0500
Update of /cvs-repository/ZODB4/Interface
In directory cvs.zope.org:/tmp/cvs-serv27248/Interface
Modified Files:
IInterface.py
Log Message:
Docstring cleanup.
=== ZODB4/Interface/IInterface.py 1.6 => 1.7 ===
--- ZODB4/Interface/IInterface.py:1.6 Fri Nov 8 06:05:06 2002
+++ ZODB4/Interface/IInterface.py Fri Dec 13 17:08:28 2002
@@ -134,8 +134,7 @@
"""
def getBases():
- """Return a sequence of the base interfaces
- """
+ """Return a sequence of the base interfaces."""
def extends(other, strict=1):
"""Test whether the interface extends another interface