summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJonathan Ballet <jballet@edgelab.ch>2016-10-10 10:42:29 +0200
committerJonathan Ballet <jballet@edgelab.ch>2016-10-10 10:42:29 +0200
commit814f19943abfb4643add4d2454325616acb080b3 (patch)
treede77bea76dbabc285959079c5b40bf034957cb24
parent5286a1ef7db26f30c0f8c11ee6f96fd497ce4052 (diff)
downloadpyramid-814f19943abfb4643add4d2454325616acb080b3.tar.gz
pyramid-814f19943abfb4643add4d2454325616acb080b3.tar.bz2
pyramid-814f19943abfb4643add4d2454325616acb080b3.zip
doc: fix typo
-rw-r--r--pyramid/renderers.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/pyramid/renderers.py b/pyramid/renderers.py
index 9b3f19510..47705d5d9 100644
--- a/pyramid/renderers.py
+++ b/pyramid/renderers.py
@@ -194,7 +194,7 @@ class JSON(object):
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