summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--docs/narr/hooks.rst2
-rw-r--r--pyramid/testing.py2
2 files changed, 2 insertions, 2 deletions
diff --git a/docs/narr/hooks.rst b/docs/narr/hooks.rst
index d2eaf8215..227db2f0f 100644
--- a/docs/narr/hooks.rst
+++ b/docs/narr/hooks.rst
@@ -207,7 +207,7 @@ callable object or a :term:`dotted Python name` representing such a callable.
Such a callback must accept a single positional argument (notionally named
``system``) which will contain the original system values. It must return a
dictionary of values that will be merged into the system dictionary. See
-:ref:`renderer_system_values` for discription of the values present in the
+:ref:`renderer_system_values` for description of the values present in the
system dictionary.
If you're doing imperative configuration, and you'd rather do it after you've
diff --git a/pyramid/testing.py b/pyramid/testing.py
index 027cd384e..3b3bb7c67 100644
--- a/pyramid/testing.py
+++ b/pyramid/testing.py
@@ -621,7 +621,7 @@ class DummyRequest(object):
""" A DummyRequest object (incompletely) imitates a :term:`request` object.
The ``params``, ``environ``, ``headers``, ``path``, and
- ``cookies`` arguments correspond to their :term`WebOb`
+ ``cookies`` arguments correspond to their :term:`WebOb`
equivalents.
The ``post`` argument, if passed, populates the request's