summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
Diffstat (limited to 'docs')
-rw-r--r--docs/narr/views.rst11
1 files changed, 6 insertions, 5 deletions
diff --git a/docs/narr/views.rst b/docs/narr/views.rst
index 0070e7a73..7e3dfebf1 100644
--- a/docs/narr/views.rst
+++ b/docs/narr/views.rst
@@ -739,11 +739,12 @@ following interface:
class RendererFactory:
def __init__(self, info):
- """ Constructor: ``info`` will be a dictionary containing the
- following keys: ``name`` (the renderer name), ``package``: the
- package that was 'current' at the time the renderer was registered,
- ``type``: the renderer type name, and ``registry``: the current
- registry. """
+ """ Constructor: ``info`` will be a dictionary containing
+ the following keys: ``name`` (the renderer name), ``package``
+ (the package that was 'current' at the time the renderer was
+ registered), ``type`` (the renderer type name), ``registry``
+ (the current application registry) and ``settings`` (the
+ deployment settings dictionary)."""
def __call__(self, value, system):
""" Call a the renderer implementation with the value and