From 22d3253a26767501827d86b56db3a9b79bef6c4e Mon Sep 17 00:00:00 2001 From: Alexandre Bourget Date: Thu, 24 Mar 2011 12:04:58 -0400 Subject: Fix some typos. --- docs/narr/hooks.rst | 2 +- pyramid/request.py | 2 +- pyramid/testing.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/narr/hooks.rst b/docs/narr/hooks.rst index 006f5d5cb..aaf809f2e 100644 --- a/docs/narr/hooks.rst +++ b/docs/narr/hooks.rst @@ -414,7 +414,7 @@ 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 +dictionary. See :ref:`renderer_system_values` for description of the values present in the system dictionary. A renderer globals factory can alternately be registered via ZCML as a diff --git a/pyramid/request.py b/pyramid/request.py index 74418f1bb..e88db7691 100644 --- a/pyramid/request.py +++ b/pyramid/request.py @@ -35,7 +35,7 @@ class Request(WebobRequest): version number from which this documentation is autogenerated, but it will be the 'prevailing WebOb version' at the time of the release of this :app:`Pyramid` version. See - http://http://pythonpaste.org/webob/ for further information. + http://pythonpaste.org/webob/ for further information. """ implements(IRequest) response_callbacks = () diff --git a/pyramid/testing.py b/pyramid/testing.py index 61bb1843a..8ad8a40f0 100644 --- a/pyramid/testing.py +++ b/pyramid/testing.py @@ -506,7 +506,7 @@ class DummyRequest(object): """ A dummy request object (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 -- cgit v1.2.3