diff options
| author | Steve Piercy <web@stevepiercy.com> | 2016-03-21 04:37:15 -0700 |
|---|---|---|
| committer | Steve Piercy <web@stevepiercy.com> | 2016-03-21 04:37:15 -0700 |
| commit | 0b0f7e1a6d411bcc2af615da8e9dec7ea7519152 (patch) | |
| tree | 73b91294d2ab74355e7397184ec6696bcd852200 | |
| parent | 890ea8f7d57d680bd07e04bcab9a778d0f12f737 (diff) | |
| download | pyramid-0b0f7e1a6d411bcc2af615da8e9dec7ea7519152.tar.gz pyramid-0b0f7e1a6d411bcc2af615da8e9dec7ea7519152.tar.bz2 pyramid-0b0f7e1a6d411bcc2af615da8e9dec7ea7519152.zip | |
polish view derivers docs, minor grammar
| -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.') |
