diff options
| author | Chris McDonough <chrism@plope.com> | 2012-02-26 13:59:45 -0500 |
|---|---|---|
| committer | Chris McDonough <chrism@plope.com> | 2012-02-26 13:59:45 -0500 |
| commit | efde1442ca30428818309e1db7925317a6cebe49 (patch) | |
| tree | 04d921becb71e2dc932ceb5436ceea9b8f1d2129 /docs/narr/urldispatch.rst | |
| parent | b5304ca1f9ffc23d08016d348a93d16d8c1283ac (diff) | |
| parent | 07965cded9e91cd4ebeceff15043ce1005261fa2 (diff) | |
| download | pyramid-efde1442ca30428818309e1db7925317a6cebe49.tar.gz pyramid-efde1442ca30428818309e1db7925317a6cebe49.tar.bz2 pyramid-efde1442ca30428818309e1db7925317a6cebe49.zip | |
Merge branch '1.3-branch'
Diffstat (limited to 'docs/narr/urldispatch.rst')
| -rw-r--r-- | docs/narr/urldispatch.rst | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/docs/narr/urldispatch.rst b/docs/narr/urldispatch.rst index 7c0b437c1..f036ce94e 100644 --- a/docs/narr/urldispatch.rst +++ b/docs/narr/urldispatch.rst @@ -785,12 +785,6 @@ already end in a slash, and if the value of ``PATH_INFO`` *plus* a slash matches any route's pattern. In this case it does an HTTP redirect to the slash-appended ``PATH_INFO``. -To configure the slash-appending not found view in your application, change -the application's startup configuration, adding the following stanza: - -.. code-block:: python - :linenos: - Let's use an example. If the following routes are configured in your application: |
