diff options
| author | Kyle Johnson <kyle@tinyepic.com> | 2011-01-28 20:16:49 -0800 |
|---|---|---|
| committer | Kyle Johnson <kyle@tinyepic.com> | 2011-01-28 20:16:49 -0800 |
| commit | a42a1efebd872f21c2fa96382248a2459cfb483c (patch) | |
| tree | 47a006c0d1b47bcdcc40fd49539a3b1ebc084a71 /docs/narr/resources.rst | |
| parent | 82043fde6b343ccc065e880d2e9dcca8a99512ff (diff) | |
| download | pyramid-a42a1efebd872f21c2fa96382248a2459cfb483c.tar.gz pyramid-a42a1efebd872f21c2fa96382248a2459cfb483c.tar.bz2 pyramid-a42a1efebd872f21c2fa96382248a2459cfb483c.zip | |
minor grammar fixes ('a' vs 'an')
Diffstat (limited to 'docs/narr/resources.rst')
| -rw-r--r-- | docs/narr/resources.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/narr/resources.rst b/docs/narr/resources.rst index 4fc7e037e..90dd34bfe 100644 --- a/docs/narr/resources.rst +++ b/docs/narr/resources.rst @@ -231,7 +231,7 @@ The simplest call to :func:`~pyramid.url.resource_url` looks like this: url = resource_url(resource, request) The ``request`` passed to ``resource_url`` in the above example is an -instance of an :app:`Pyramid` :term:`request` object. +instance of a :app:`Pyramid` :term:`request` object. If the resource referred to as ``resource`` in the above example was the root resource, and the host that was used to contact the server was |
