From b5cca9dbb5b922036744fe6bfa47eeb00afd347b Mon Sep 17 00:00:00 2001 From: Carlos de la Guardia Date: Tue, 16 Mar 2010 18:04:53 +0000 Subject: a couple of code blocks had missing colons and didn't show up in the output --- docs/narr/views.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'docs') diff --git a/docs/narr/views.rst b/docs/narr/views.rst index eba9e60da..637058a05 100644 --- a/docs/narr/views.rst +++ b/docs/narr/views.rst @@ -376,7 +376,7 @@ representation of the dictionary: The body of the response returned by such a view will be a string representing the ``str()`` serialization of the return value: -.. code-block: python +.. code-block:: python :linenos: {'content': 'Hello!'} @@ -414,7 +414,7 @@ view will render the returned dictionary to a JSON serialization: The body of the response returned by such a view will be a string representing the JSON serialization of the return value: -.. code-block: python +.. code-block:: python :linenos: '{"content": "Hello!"}' -- cgit v1.2.3