summaryrefslogtreecommitdiff
path: root/src/zope/interface/interfaces.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/zope/interface/interfaces.py')
-rw-r--r--src/zope/interface/interfaces.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/zope/interface/interfaces.py b/src/zope/interface/interfaces.py
index bf0d6c7..702280b 100644
--- a/src/zope/interface/interfaces.py
+++ b/src/zope/interface/interfaces.py
@@ -269,7 +269,7 @@ class IInterface(ISpecification, IElement):
def names(all=False):
"""Get the interface attribute names
- Return a sequence of the names of the attributes, including
+ Return a collection of the names of the attributes, including
methods, included in the interface definition.
Normally, only directly defined attributes are included. If
@@ -280,7 +280,7 @@ class IInterface(ISpecification, IElement):
def namesAndDescriptions(all=False):
"""Get the interface attribute names and descriptions
- Return a sequence of the names and descriptions of the
+ Return a collection of the names and descriptions of the
attributes, including methods, as name-value pairs, included
in the interface definition.