Chris McDonough
2013-07-19 5028d84aeb6ac79ee7db4dc4012ff4caaba10e77
normalize notations used for string and json renderer return values, closes #1005
1 files modified
2 ■■■ changed files
docs/narr/renderers.rst 2 ●●● patch | view | raw | blame | history
docs/narr/renderers.rst
@@ -198,7 +198,7 @@
.. code-block:: python
   '{"content": "Hello!"}'
   {"content": "Hello!"}
The return value needn't be a dictionary, but the return value must contain
values serializable by the configured serializer (by default ``json.dumps``).