From 76944b2ff06a3be8855a10e1b56be7d503d5cca5 Mon Sep 17 00:00:00 2001 From: Chris McDonough Date: Fri, 26 Jun 2009 03:48:09 +0000 Subject: Rendering. --- docs/narr/urldispatch.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs') diff --git a/docs/narr/urldispatch.rst b/docs/narr/urldispatch.rst index 57910839f..1164a47d2 100644 --- a/docs/narr/urldispatch.rst +++ b/docs/narr/urldispatch.rst @@ -145,7 +145,7 @@ matchdicts:: foo/1/2 -> {'baz':u'1', 'bar':u'2'} foo/abc/def -> {'baz':u'abc', 'bar':u'2'} -It will not match the following patterns however: +It will not match the following patterns however:: foo/1/2/ -> No match (trailing slash) bar/abc/def -> First segment literal mismatch -- cgit v1.2.3