From 2a17f520cb2e1428266dff5ff04a6f3a935e0296 Mon Sep 17 00:00:00 2001 From: michr Date: Wed, 26 Jan 2011 21:12:13 -0800 Subject: fix typo in "URL Dispatch section mentioned by some on mailing list: https://groups.google.com/group/pylons-devel/browse_thread/thread/511291709aec2b4a --- 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 8b127924b..2a00697b4 100644 --- a/docs/narr/urldispatch.rst +++ b/docs/narr/urldispatch.rst @@ -84,7 +84,7 @@ example: .. versionchanged:: 1.0a4 Prior to 1.0a4, routes allow for a marker starting with a ``:``, for example ``/prefix/:one/:two``. This style is now deprecated - in favor or ``{}`` usage which allows for additional functionality. + in favor of ``{}`` usage which allows for additional functionality. .. index:: single: route configuration; view callable -- cgit v1.2.3