diff options
| author | Chris McDonough <chrism@agendaless.com> | 2010-01-16 09:02:16 +0000 |
|---|---|---|
| committer | Chris McDonough <chrism@agendaless.com> | 2010-01-16 09:02:16 +0000 |
| commit | c81116eecf7ecc07e25451cbe312c3794c905539 (patch) | |
| tree | afe065d35075a19204aada4ee6bf3ede7f2a1dcb /docs/narr | |
| parent | a367dbb6b619426c1381b41623b3d0e17d761a07 (diff) | |
| download | pyramid-c81116eecf7ecc07e25451cbe312c3794c905539.tar.gz pyramid-c81116eecf7ecc07e25451cbe312c3794c905539.tar.bz2 pyramid-c81116eecf7ecc07e25451cbe312c3794c905539.zip | |
Meh.
Diffstat (limited to 'docs/narr')
| -rw-r--r-- | docs/narr/urlmapping.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/narr/urlmapping.rst b/docs/narr/urlmapping.rst index da8d6ab9f..7fdfef398 100644 --- a/docs/narr/urlmapping.rst +++ b/docs/narr/urlmapping.rst @@ -42,7 +42,7 @@ application developer, and invokes it. A view callable returns a into a single step. In these systems, a URL can map *directly* to a view callable. This makes them simpler to understand than systems which use distinct subsystems to locate a context and find - a view. However, explicitly using context finding step provides + a view. However, explicitly using a context finding step provides extra flexibility. For example, it makes it possible to protect your application with declarative context-sensitive instance-level :term:`authorization`, which is not well-supported in frameworks |
