From b8e179e9d9485311a3be9d142deb6a7b1ba7c73d Mon Sep 17 00:00:00 2001 From: Casey Duncan Date: Sun, 28 Nov 2010 00:17:18 -0700 Subject: If => Since --- docs/narr/views.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs') diff --git a/docs/narr/views.rst b/docs/narr/views.rst index 5cd22fd46..a87961d1a 100644 --- a/docs/narr/views.rst +++ b/docs/narr/views.rst @@ -429,7 +429,7 @@ results to :term:`JSON`. It passes the return value through the response object. It also sets the response content-type to ``application/json``. -Here's an example of a view that returns a dictionary. If the +Here's an example of a view that returns a dictionary. Since the ``json`` renderer is specified in the configuration for this view, the view will render the returned dictionary to a JSON serialization: -- cgit v1.2.3