summaryrefslogtreecommitdiff
path: root/docs/narr/introduction.rst
diff options
context:
space:
mode:
Diffstat (limited to 'docs/narr/introduction.rst')
-rw-r--r--docs/narr/introduction.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/narr/introduction.rst b/docs/narr/introduction.rst
index 12afaa663..823c1ea13 100644
--- a/docs/narr/introduction.rst
+++ b/docs/narr/introduction.rst
@@ -715,7 +715,7 @@ Once this is done, both of these view callables will work:
return (403, 'text/plain', "Forbidden")
Pyramid defaults to explicit behavior, because it's the most generally
-useful, but provide hooks that allow you to adapt the framework to localized
+useful, but provides hooks that allow you to adapt the framework to localized
aesthetic desires.
See also :ref:`using_iresponse`.