michr
2011-01-27 2a17f520cb2e1428266dff5ff04a6f3a935e0296
fix typo in "URL Dispatch section mentioned by some on mailing list: https://groups.google.com/group/pylons-devel/browse_thread/thread/511291709aec2b4a
1 files modified
2 ■■■ changed files
docs/narr/urldispatch.rst 2 ●●● patch | view | raw | blame | history
docs/narr/urldispatch.rst
@@ -84,7 +84,7 @@
.. 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