From bca50534402bc28633294b48f275f06e4e32bf7a Mon Sep 17 00:00:00 2001 From: Carlos de la Guardia Date: Wed, 10 Mar 2010 17:46:10 +0000 Subject: this couple of paragraphs were a bit garbled --- docs/narr/urldispatch.rst | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'docs') 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: -- cgit v1.2.3