Commit 8b7ceb8d authored by 's avatar

- corrected a method name in the IReadInterface interface

parent 9cc93e49
......@@ -11,6 +11,7 @@ http://docs.zope.org/zope2/releases/.
Bugs Fixed
++++++++++
- Five: Corrected a method name in the IReadInterface interface.
Features Added
++++++++++++++
......
......@@ -47,7 +47,7 @@ class IReadInterface(Interface):
"""List interfaces provided by the object.
"""
def getDirectlyProvidedNames():
def getProvidedNames():
"""List the names of interfaces provided by the object.
"""
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment