Commit 04a54958 authored by 's avatar

- corrected a method name in the IReadInterface interface

parent dbbc798b
...@@ -47,7 +47,7 @@ class IReadInterface(Interface): ...@@ -47,7 +47,7 @@ class IReadInterface(Interface):
"""List interfaces provided by the object. """List interfaces provided by the object.
""" """
def getDirectlyProvidedNames(): def getProvidedNames():
"""List the names of interfaces provided by the object. """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