Steve Piercy
2018-03-13 d00d620821516e008b10b779a2f5c1f821c3d493
Merge pull request #3240 from stevepiercy/1.8-branch

remove stray backtick
1 files modified
2 ■■■ changed files
pyramid/url.py 2 ●●● patch | view | raw | blame | history
pyramid/url.py
@@ -720,7 +720,7 @@
           Calling ``request.static_path(apath)`` is the same as calling
           ``request.static_url(apath, _app_url=request.script_name)``.
           :meth:`pyramid.request.Request.static_path` is, in fact, implemented
           in terms of `:meth:`pyramid.request.Request.static_url` in just this
           in terms of :meth:`pyramid.request.Request.static_url` in just this
           way. As a result, any ``_app_url`` passed within the ``**kw`` values
           to ``static_path`` will be ignored.
        """