From 93fb6a25c339f83ab243d155da7441a8effa5889 Mon Sep 17 00:00:00 2001 From: Casey Duncan Date: Sun, 21 Nov 2010 10:10:07 -0700 Subject: fix lingering old-style replacement marker syntax --- 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 a072f87a8..a952e66d2 100644 --- a/docs/narr/urldispatch.rst +++ b/docs/narr/urldispatch.rst @@ -281,7 +281,7 @@ segment replacement marker. For example, for the URL ``/abc/``: - ``/{foo}/`` will match. Note that values representing path segments matched with a -``:segment`` match will be url-unquoted and decoded from UTF-8 into +``{segment}`` match will be url-unquoted and decoded from UTF-8 into Unicode within the matchdict. So for instance, the following pattern: -- cgit v1.2.3