Michael Merickel
2016-11-19 7fe6c3435999bf9d6cebefeee4268846dff9b444
fix function reference in request.resource_url docs
1 files modified
2 ■■■ changed files
pyramid/url.py 2 ●●● patch | view | raw | blame | history
pyramid/url.py
@@ -364,7 +364,7 @@
        of ``query`` may be a sequence of two-tuples *or* a data structure with
        an ``.items()`` method that returns a sequence of two-tuples
        (presumably a dictionary).  This data structure will be turned into a
        query string per the documentation of :func:``pyramid.url.urlencode``
        query string per the documentation of :func:`pyramid.url.urlencode`
        function.  This will produce a query string in the
        ``x-www-form-urlencoded`` encoding.  A non-``x-www-form-urlencoded``
        query string may be used by passing a *string* value as ``query`` in