Carlos de la Guardia
2012-09-28 5f0e510c7de2735f8cb84479be07a94a9617b8b8
Remove duplicate word
1 files modified
2 ■■■ changed files
docs/narr/introduction.rst 2 ●●● patch | view | raw | blame | history
docs/narr/introduction.rst
@@ -315,7 +315,7 @@
If you use a :term:`renderer`, you don't have to return a special kind of
"webby" ``Response`` object from a view.  Instead, you can return a
dictionary instead, and Pyramid will take care of converting that dictionary
dictionary, and Pyramid will take care of converting that dictionary
to a Response using a template on your behalf.  This makes the view easier to
test, because you don't have to parse HTML in your tests; just make an
assertion instead that the view returns "the right stuff" in the dictionary