summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSteve Piercy <web@stevepiercy.com>2018-03-13 04:31:33 -0700
committerSteve Piercy <web@stevepiercy.com>2018-03-13 04:31:33 -0700
commitc0fb3b8ce80e44d2885f11ed2bdb92d0d643ceaa (patch)
tree29dab613c79ab70e02de69af048f9414604387a8
parent396e5339a6d21c9ae122c7a810fdc33bf45e4a40 (diff)
downloadpyramid-c0fb3b8ce80e44d2885f11ed2bdb92d0d643ceaa.tar.gz
pyramid-c0fb3b8ce80e44d2885f11ed2bdb92d0d643ceaa.tar.bz2
pyramid-c0fb3b8ce80e44d2885f11ed2bdb92d0d643ceaa.zip
remove stray backtick
-rw-r--r--pyramid/url.py2
1 files changed, 1 insertions, 1 deletions
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.
"""