diff options
| author | Chris Beelby <cmbeelby@gmail.com> | 2011-01-27 13:06:57 -0500 |
|---|---|---|
| committer | Chris Beelby <cmbeelby@gmail.com> | 2011-01-27 13:06:57 -0500 |
| commit | 7a2ab7108c567bdc792c4e8f999e6ef0dbf24917 (patch) | |
| tree | 82df650c6ea2bdef641f5681a4a70edf676a1970 /docs/narr/urldispatch.rst | |
| parent | 0417a1142fa10739add621cb86275aea46baa51c (diff) | |
| download | pyramid-7a2ab7108c567bdc792c4e8f999e6ef0dbf24917.tar.gz pyramid-7a2ab7108c567bdc792c4e8f999e6ef0dbf24917.tar.bz2 pyramid-7a2ab7108c567bdc792c4e8f999e6ef0dbf24917.zip | |
First batch of fixes for typo's and other language issues.
Diffstat (limited to 'docs/narr/urldispatch.rst')
| -rw-r--r-- | docs/narr/urldispatch.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/narr/urldispatch.rst b/docs/narr/urldispatch.rst index 2a00697b4..44396e024 100644 --- a/docs/narr/urldispatch.rst +++ b/docs/narr/urldispatch.rst @@ -416,7 +416,7 @@ In this way, each route can use a different factory, making it possible to supply a different :term:`context` resource object to the view related to each particular route. -Supplying a different resource factory each route is useful when you're +Supplying a different resource factory for each route is useful when you're trying to use a :app:`Pyramid` :term:`authorization policy` to provide declarative, "context sensitive" security checks; each resource can maintain a separate :term:`ACL`, as documented in @@ -1034,7 +1034,7 @@ route patterns. For example, if you've configured a route with the ``name`` url = route_url('foo', request, a='1', b='2', c='3') This would return something like the string ``http://example.com/1/2/3`` (at -least if the current protocol and hostname implied ``http:/example.com``). +least if the current protocol and hostname implied ``http://example.com``). See the :func:`pyramid.url.route_url` API documentation for more information. .. index:: |
