diff options
| author | Alexandre Bourget <alexandre.bourget@savoirfairelinux.com> | 2011-03-24 12:04:58 -0400 |
|---|---|---|
| committer | Alexandre Bourget <alexandre.bourget@savoirfairelinux.com> | 2011-03-24 12:04:58 -0400 |
| commit | 22d3253a26767501827d86b56db3a9b79bef6c4e (patch) | |
| tree | 97c86ac65716ce252a05a0f3de087712c8b6c5ab | |
| parent | a44b4f4d9728bf6fdd94fecf463e4c71815f47ff (diff) | |
| download | pyramid-22d3253a26767501827d86b56db3a9b79bef6c4e.tar.gz pyramid-22d3253a26767501827d86b56db3a9b79bef6c4e.tar.bz2 pyramid-22d3253a26767501827d86b56db3a9b79bef6c4e.zip | |
Fix some typos.
| -rw-r--r-- | docs/narr/hooks.rst | 2 | ||||
| -rw-r--r-- | pyramid/request.py | 2 | ||||
| -rw-r--r-- | 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 |
