summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 8694556b2..ed0f322b6 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`.