diff options
| -rw-r--r-- | pyramid/interfaces.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pyramid/interfaces.py b/pyramid/interfaces.py index f241ddfb9..572f96908 100644 --- a/pyramid/interfaces.py +++ b/pyramid/interfaces.py @@ -928,7 +928,7 @@ class IIntrospectable(Interface): must also implement all the methods of Python's ``collections.MutableMapping`` (the "dictionary interface").""" - order = Attribute('order added to introspector') + order = Attribute('integer order in which registered with introspector') category_name = Attribute('introspection category name') discriminator = Attribute('introspectable discriminator (within category) ' '(must be hashable)') |
