summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorChris McDonough <chrism@plope.com>2011-09-08 05:03:08 -0400
committerChris McDonough <chrism@plope.com>2011-09-08 05:03:08 -0400
commite7085bb4fcbd1bec75dc13724b8e399879c69290 (patch)
treeb30562d8efb686628f23bfce66a7db4dd0c16c17 /docs
parentfdae55901a72a0894274847da8811779cdfdd1cd (diff)
downloadpyramid-e7085bb4fcbd1bec75dc13724b8e399879c69290.tar.gz
pyramid-e7085bb4fcbd1bec75dc13724b8e399879c69290.tar.bz2
pyramid-e7085bb4fcbd1bec75dc13724b8e399879c69290.zip
wording/typo fixes
Diffstat (limited to 'docs')
-rw-r--r--docs/narr/introduction.rst6
1 files changed, 3 insertions, 3 deletions
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: