diff options
| author | Chris McDonough <chrism@plope.com> | 2013-07-18 18:09:20 -0400 |
|---|---|---|
| committer | Chris McDonough <chrism@plope.com> | 2013-07-18 18:09:20 -0400 |
| commit | 5028d84aeb6ac79ee7db4dc4012ff4caaba10e77 (patch) | |
| tree | e9f4e580b51d2685da873dd31397fe560ad64c2e /docs | |
| parent | f57d764b2a53c52dcd5518f86beca99eb4690ecd (diff) | |
| download | pyramid-5028d84aeb6ac79ee7db4dc4012ff4caaba10e77.tar.gz pyramid-5028d84aeb6ac79ee7db4dc4012ff4caaba10e77.tar.bz2 pyramid-5028d84aeb6ac79ee7db4dc4012ff4caaba10e77.zip | |
normalize notations used for string and json renderer return values, closes #1005
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/narr/renderers.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/narr/renderers.rst b/docs/narr/renderers.rst index 20a9eda31..a2811dbae 100644 --- a/docs/narr/renderers.rst +++ b/docs/narr/renderers.rst @@ -198,7 +198,7 @@ representing the JSON serialization of the return value: .. 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``). |
