Reed O'Brien
2011-07-17 d313525a3eb10db14fc5f6596f24260580bbef41
Merge pull request #240 from michr/master

fix typo in urls.py :: current_route_url
1 files modified
2 ■■■ changed files
pyramid/url.py 2 ●●● patch | view | raw | blame | history
pyramid/url.py
@@ -404,7 +404,7 @@
    ``/foo/1``.
    If the 'current route' has the route pattern ``/foo/{page}`` and the
    current current url path is ``/foo/1``, the matchdict will be
    current url path is ``/foo/1``, the matchdict will be
    ``{'page':'1'}``.  The result of ``current_route_url(request, page='2')``
    in this situation will be ``/foo/2``.