diff options
| author | Carlos de la Guardia <cguardia@yahoo.com> | 2010-03-10 17:46:10 +0000 |
|---|---|---|
| committer | Carlos de la Guardia <cguardia@yahoo.com> | 2010-03-10 17:46:10 +0000 |
| commit | bca50534402bc28633294b48f275f06e4e32bf7a (patch) | |
| tree | 419553b850c98f1818d1855f2c298f08cd16daa8 /docs | |
| parent | b955cccdd38dcb63c9cf6e49070c8acb55928250 (diff) | |
| download | pyramid-bca50534402bc28633294b48f275f06e4e32bf7a.tar.gz pyramid-bca50534402bc28633294b48f275f06e4e32bf7a.tar.bz2 pyramid-bca50534402bc28633294b48f275f06e4e32bf7a.zip | |
this couple of paragraphs were a bit garbled
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/narr/urldispatch.rst | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/docs/narr/urldispatch.rst b/docs/narr/urldispatch.rst index 06da16aa0..d5dabe428 100644 --- a/docs/narr/urldispatch.rst +++ b/docs/narr/urldispatch.rst @@ -894,12 +894,12 @@ For behavior like Django's ``APPEND_SLASH=True``, use the Found view (indicating that no view was found), and any routes have been defined in the configuration of your application, if the value of ``PATH_INFO`` does not already end in a slash, and if the value of -``PATH_INFO`` *plus* a slash matches any route's path, do an HTTP +``PATH_INFO`` *plus* a slash matches any route's path, it does an HTTP redirect to the slash-appended ``PATH_INFO``. -Let's use an example, because this behavior is a bit magical. If this -your route configuration is looks like so, and the -``append_slash_notfound_view`` is configured in your application: +Let's use an example, because this behavior is a bit magical. If the +``append_slash_notfound_view`` is configured in your application and +your route configuration looks like so: .. code-block:: xml :linenos: |
