diff options
| author | Casey Duncan <casey.duncan@gmail.com> | 2010-12-31 19:12:33 -0700 |
|---|---|---|
| committer | Casey Duncan <casey.duncan@gmail.com> | 2010-12-31 19:12:33 -0700 |
| commit | 096e80e94071d5066fd417517c8e5ec724fcc30d (patch) | |
| tree | 2f9552da514ce7eb3f724f6ae9b3f38593966661 /docs | |
| parent | ee50aec09576620537ff68895cfb81fd4663a45f (diff) | |
| download | pyramid-096e80e94071d5066fd417517c8e5ec724fcc30d.tar.gz pyramid-096e80e94071d5066fd417517c8e5ec724fcc30d.tar.bz2 pyramid-096e80e94071d5066fd417517c8e5ec724fcc30d.zip | |
add missing word
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/narr/urldispatch.rst | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/docs/narr/urldispatch.rst b/docs/narr/urldispatch.rst index d9228bf52..7f2aee26c 100644 --- a/docs/narr/urldispatch.rst +++ b/docs/narr/urldispatch.rst @@ -6,10 +6,11 @@ URL Dispatch ============ -:term:`URL dispatch` provides a simple way to map URLs :term:`view` code -using a simple pattern matching language. An ordered set of patterns is -checked one-by-one. If one of the patterns matches the path information -associated with a request, a particular :term:`view callable` is invoked. +:term:`URL dispatch` provides a simple way to map URLs to :term:`view` +code using a simple pattern matching language. An ordered set of +patterns is checked one-by-one. If one of the patterns matches the path +information associated with a request, a particular :term:`view +callable` is invoked. :term:`URL dispatch` is one of two ways to perform :term:`resource location` in :app:`Pyramid`; the other way is using :term:`traversal`. |
