diff options
Diffstat (limited to 'pyramid/interfaces.py')
| -rw-r--r-- | pyramid/interfaces.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pyramid/interfaces.py b/pyramid/interfaces.py index c03afbd39..b252d0f4a 100644 --- a/pyramid/interfaces.py +++ b/pyramid/interfaces.py @@ -1224,9 +1224,9 @@ class IViewDeriver(Interface): class IViewDeriverInfo(Interface): """ An object implementing this interface is passed to every :term:`view deriver` during configuration.""" - registry = Attribute('The "current" application registry when the ' + registry = Attribute('The "current" application registry where the ' 'view was created') - package = Attribute('The "current package" when the view ' + package = Attribute('The "current package" where the view ' 'configuration statement was found') settings = Attribute('The deployment settings dictionary related ' 'to the current application') |
