From 8a1e05ba2481ef2df7a5ca3b55d08bc1a0234a4b Mon Sep 17 00:00:00 2001 From: Casey Duncan Date: Fri, 19 Nov 2010 23:38:14 -0700 Subject: example of previous route marker should use old marker syntax (:, not {}) --- 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 a86041e55..0160b133b 100644 --- a/docs/narr/urldispatch.rst +++ b/docs/narr/urldispatch.rst @@ -96,7 +96,7 @@ registry`. Here's an example: .. versionchanged:: 1.0a4 Prior to 1.0a4, routes allow for a marker starting with a ``:``, for - example ``/prefix/{one}``. Starting in 1.0a4, this style is deprecated + example ``/prefix/:one``. Starting in 1.0a4, this style is deprecated in favor or ``{}`` usage which allows for additional functionality. .. index:: -- cgit v1.2.3