diff options
| author | Chris McDonough <chrism@plope.com> | 2011-11-24 03:05:05 -0500 |
|---|---|---|
| committer | Chris McDonough <chrism@plope.com> | 2011-11-24 03:05:05 -0500 |
| commit | fe5be1b1368a8a602a5a6151156dd465daa1ffd1 (patch) | |
| tree | 4d0631d0aa3ef6dc20d02b9b1d72d102d5b1348c | |
| parent | 8f6b247dceb923f6f8656fdf256b60578acd4af8 (diff) | |
| download | pyramid-fe5be1b1368a8a602a5a6151156dd465daa1ffd1.tar.gz pyramid-fe5be1b1368a8a602a5a6151156dd465daa1ffd1.tar.bz2 pyramid-fe5be1b1368a8a602a5a6151156dd465daa1ffd1.zip | |
fix interface
| -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)') |
