diff options
| author | Chris McDonough <chrism@plope.com> | 2010-11-20 15:56:58 -0500 |
|---|---|---|
| committer | Chris McDonough <chrism@plope.com> | 2010-11-20 15:56:58 -0500 |
| commit | df3f64ac77304db5d95a1cd33f07320a458b278a (patch) | |
| tree | a22b9b6ce15a6de8cf5de16a51bdf32950c60267 /docs/narr/contextfinding.rst | |
| parent | 35ce2adb609bfb3db346bc8cc937d13a0d2dddcd (diff) | |
| download | pyramid-df3f64ac77304db5d95a1cd33f07320a458b278a.tar.gz pyramid-df3f64ac77304db5d95a1cd33f07320a458b278a.tar.bz2 pyramid-df3f64ac77304db5d95a1cd33f07320a458b278a.zip | |
convert stray references to colon routing syntax to squiggly syntax
Diffstat (limited to 'docs/narr/contextfinding.rst')
| -rw-r--r-- | docs/narr/contextfinding.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/narr/contextfinding.rst b/docs/narr/contextfinding.rst index c3fbe7f5a..770f97d15 100644 --- a/docs/narr/contextfinding.rst +++ b/docs/narr/contextfinding.rst @@ -75,7 +75,7 @@ URL dispatch can easily handle URLs such as ``http://example.com/members/Chris``, where it's assumed that each item "below" ``members`` in the URL represents a single member in some system. You just match everything "below" ``members`` to a particular -:term:`view callable`, e.g. ``/members/:memberid``. +:term:`view callable`, e.g. ``/members/{memberid}``. However, URL dispatch is not very convenient if you'd like your URLs to represent an arbitrary hierarchy. For example, if you need to |
