summaryrefslogtreecommitdiff
path: root/docs/narr/viewconfig.rst
diff options
context:
space:
mode:
authorTres Seaver <tseaver@palladion.com>2013-03-03 12:40:05 -0800
committerTres Seaver <tseaver@palladion.com>2013-03-03 12:40:05 -0800
commit03e3bac29414bc64d2de317c9e167f0b864c5c3f (patch)
treed8610958bfdf2338b5392ec61dfa51fe0b54ff38 /docs/narr/viewconfig.rst
parente84477b03f0f6c4577abd51fa51f69f1224fa99e (diff)
parentca402b50f2440b3ab7d7e0d9d058e72c20e9948b (diff)
downloadpyramid-03e3bac29414bc64d2de317c9e167f0b864c5c3f.tar.gz
pyramid-03e3bac29414bc64d2de317c9e167f0b864c5c3f.tar.bz2
pyramid-03e3bac29414bc64d2de317c9e167f0b864c5c3f.zip
Merge pull request #868 from tshepang/grammar
simplify sentence and fix its grammar
Diffstat (limited to 'docs/narr/viewconfig.rst')
-rw-r--r--docs/narr/viewconfig.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/narr/viewconfig.rst b/docs/narr/viewconfig.rst
index 7001cd980..e7c79b09b 100644
--- a/docs/narr/viewconfig.rst
+++ b/docs/narr/viewconfig.rst
@@ -293,7 +293,7 @@ configured view.
This value can be any string or a sequence of strings. A view declaration
with this argument ensures that the view will only be called when the
:term:`request` has a key in the ``request.params`` dictionary (an HTTP
- ``GET`` or ``POST`` variable) that has a name which matches the a
+ ``GET`` or ``POST`` variable) that has a name which matches the
supplied value.
If any value supplied has a ``=`` sign in it,
@@ -475,7 +475,7 @@ Adding View Configuration Using the ``@view_config`` Decorator
.. warning::
- Using this feature tends to slows down application startup slightly, as
+ Using this feature tends to slow down application startup slightly, as
more work is performed at application startup to scan for view
configuration declarations. For maximum startup performance, use the view
configuration method described in