From c0fb3b8ce80e44d2885f11ed2bdb92d0d643ceaa Mon Sep 17 00:00:00 2001 From: Steve Piercy Date: Tue, 13 Mar 2018 04:31:33 -0700 Subject: remove stray backtick --- pyramid/url.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyramid/url.py b/pyramid/url.py index 917a3c675..d4b44ef23 100644 --- a/pyramid/url.py +++ b/pyramid/url.py @@ -681,7 +681,7 @@ class URLMethodsMixin(object): 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. """ -- cgit v1.2.3