From 2ff75526b723de58917aeb015184e94aaf4a5e41 Mon Sep 17 00:00:00 2001 From: Casey Duncan Date: Mon, 22 Nov 2010 18:09:01 -0700 Subject: Move however to contrasting sentence --- docs/narr/urldispatch.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'docs') diff --git a/docs/narr/urldispatch.rst b/docs/narr/urldispatch.rst index 253dd7f0e..dfb060d32 100644 --- a/docs/narr/urldispatch.rst +++ b/docs/narr/urldispatch.rst @@ -1098,8 +1098,8 @@ enters the application with the ``PATH_INFO`` value of ``/has_slash``, a route *will* be found by the slash-appending not found view. An HTTP redirect to ``/has_slash/`` will be returned to the user's browser. -However, if a request enters the application with the ``PATH_INFO`` value of -``/no_slash``, the first route will match. If a request enters the +If a request enters the application with the ``PATH_INFO`` value of +``/no_slash``, the first route will match. However, if a request enters the application with the ``PATH_INFO`` value of ``/no_slash/``, *no* route will match, and the slash-appending not found view will *not* find a matching route with an appended slash. -- cgit v1.2.3