Jonathan Ballet
2016-10-10 25953ccac98dd1db94a0a53064404e641fcf1d68
doc: fix typo

(cherry picked from commit 814f199)
1 files modified
2 ■■■ changed files
pyramid/renderers.py 2 ●●● patch | view | raw | blame | history
pyramid/renderers.py
@@ -211,7 +211,7 @@
    Once this renderer is registered as above, you can use
    ``myjson`` as the ``renderer=`` parameter to ``@view_config`` or
    :meth:`~pyramid.config.Configurator.add_view``:
    :meth:`~pyramid.config.Configurator.add_view`:
    .. code-block:: python