diff options
| author | Casey Duncan <casey.duncan@gmail.com> | 2010-11-21 22:22:00 -0700 |
|---|---|---|
| committer | Casey Duncan <casey.duncan@gmail.com> | 2010-11-21 22:22:00 -0700 |
| commit | 18fc334f0fb0b3f8925f415031a87016ce574320 (patch) | |
| tree | b575ca5f82c920b741395c4369de7762f49488fd | |
| parent | 7208cb6b543a9b417b383a225269f8e4b0c1b318 (diff) | |
| download | pyramid-18fc334f0fb0b3f8925f415031a87016ce574320.tar.gz pyramid-18fc334f0fb0b3f8925f415031a87016ce574320.tar.bz2 pyramid-18fc334f0fb0b3f8925f415031a87016ce574320.zip | |
commafy and dehyphenatei, add word 'documented'
| -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 71949582f..7c7624d4f 100644 --- a/docs/narr/urldispatch.rst +++ b/docs/narr/urldispatch.rst @@ -422,8 +422,8 @@ related to each particular route. Supplying a different context 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 context -can maintain a separate :term:`ACL`, as in +provide declarative, "context sensitive" security checks; each context +can maintain a separate :term:`ACL`, as documented in :ref:`using_security_with_urldispatch`. It is also useful when you wish to combine URL dispatch with :term:`traversal` as documented within :ref:`hybrid_chapter`. |
