From fe5be1b1368a8a602a5a6151156dd465daa1ffd1 Mon Sep 17 00:00:00 2001 From: Chris McDonough Date: Thu, 24 Nov 2011 03:05:05 -0500 Subject: fix interface --- pyramid/interfaces.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)') -- cgit v1.2.3