From 16a01d6c53651ab2fd90939c9d6e31cadf7168e9 Mon Sep 17 00:00:00 2001 From: Casey Duncan Date: Sun, 21 Nov 2010 10:11:59 -0700 Subject: fix typo --- 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 a952e66d2..3de4c6d07 100644 --- a/docs/narr/urldispatch.rst +++ b/docs/narr/urldispatch.rst @@ -355,7 +355,7 @@ The above pattern will match these URLs, generating the following matchdicts: foo/abc/def/a/b/c -> {'baz':'abc', 'bar':'def', 'fizzle': 'a/b/c')} This occurs because the default regular expression for a marker is ``[^/]+`` -which will match everything up to the first ``/``, while ``{filzzle:.*}`` will +which will match everything up to the first ``/``, while ``{fizzle:.*}`` will result in a regular expression match of ``.*`` capturing the remainder into a single value. -- cgit v1.2.3