From e7085bb4fcbd1bec75dc13724b8e399879c69290 Mon Sep 17 00:00:00 2001 From: Chris McDonough Date: Thu, 8 Sep 2011 05:03:08 -0400 Subject: wording/typo fixes --- docs/narr/introduction.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'docs') diff --git a/docs/narr/introduction.rst b/docs/narr/introduction.rst index 267234b6a..d404ef08c 100644 --- a/docs/narr/introduction.rst +++ b/docs/narr/introduction.rst @@ -285,9 +285,9 @@ return from view callables in various frameworks. In a previous section in this document we showed you that, if you use a :term:`renderer`, you can usually return a dictionary from a view callable instead of a full-on :term:`Response` object. But some frameworks allow you return strings or -tuples from view callables, and they make much of it. When frameworks allow -for this, code looks slightly prettier, because fewer imports need to be -done, and there is less code. For example, compare this: +tuples from view callables. When frameworks allow for this, code looks +slightly prettier, because fewer imports need to be done, and there is less +code. For example, compare this: .. code-block:: python :linenos: -- cgit v1.2.3