diff options
Diffstat (limited to 'pyramid/interfaces.py')
| -rw-r--r-- | pyramid/interfaces.py | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/pyramid/interfaces.py b/pyramid/interfaces.py index 62dd0b5a6..d462545a2 100644 --- a/pyramid/interfaces.py +++ b/pyramid/interfaces.py @@ -618,6 +618,7 @@ class IRendererInfo(Interface): type = Attribute('The renderer type name') registry = Attribute('The "current" application registry when the ' 'renderer was created') - settings = Attribute('The ISettings dictionary related to the current app') + settings = Attribute('The deployment settings dictionary related ' + 'to the current application') |
