summaryrefslogtreecommitdiff
path: root/docs/narr/viewconfig.rst
diff options
context:
space:
mode:
authorChris McDonough <chrism@plope.com>2013-08-09 12:12:21 -0700
committerChris McDonough <chrism@plope.com>2013-08-09 12:12:21 -0700
commit3c173be3c43aba74554265cbfe3a11f4de9ca537 (patch)
tree53c2a6a57e7d205e78aab7054684d312de6b4fb7 /docs/narr/viewconfig.rst
parentec0dd5e1689e319deba7aec89be73e95acebf348 (diff)
parent71d2beb98cfecffe7ee739970d8f4489122200ba (diff)
downloadpyramid-3c173be3c43aba74554265cbfe3a11f4de9ca537.tar.gz
pyramid-3c173be3c43aba74554265cbfe3a11f4de9ca537.tar.bz2
pyramid-3c173be3c43aba74554265cbfe3a11f4de9ca537.zip
Merge pull request #1069 from tisdall/master
another dose of spelling corrections...
Diffstat (limited to 'docs/narr/viewconfig.rst')
-rw-r--r--docs/narr/viewconfig.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/narr/viewconfig.rst b/docs/narr/viewconfig.rst
index fd3229339..6a064c209 100644
--- a/docs/narr/viewconfig.rst
+++ b/docs/narr/viewconfig.rst
@@ -831,7 +831,7 @@ of this:
config.add_view(
RESTView, route_name='rest', attr='delete', request_method='DELETE')
-To reduce the amount of repetion in the ``config.add_view`` statements, we
+To reduce the amount of repetition in the ``config.add_view`` statements, we
can move the ``route_name='rest'`` argument to a ``@view_default`` class
decorator on the RESTView class: