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 692bf3d6d..64bb4b50c 100644 --- a/pyramid/interfaces.py +++ b/pyramid/interfaces.py @@ -1188,7 +1188,7 @@ class IPredicateList(Interface): """ Interface representing a predicate list """ class IViewDeriver(Interface): - options = Attribute('An list of supported options to be passed to ' + options = Attribute('A list of supported options to be passed to ' ':meth:`pyramid.config.Configurator.add_view`. ' 'This attribute is optional.') |
