diff options
| author | Steve Piercy <web@stevepiercy.com> | 2018-03-13 04:31:33 -0700 |
|---|---|---|
| committer | Steve Piercy <web@stevepiercy.com> | 2018-03-13 04:31:33 -0700 |
| commit | c0fb3b8ce80e44d2885f11ed2bdb92d0d643ceaa (patch) | |
| tree | 29dab613c79ab70e02de69af048f9414604387a8 | |
| parent | 396e5339a6d21c9ae122c7a810fdc33bf45e4a40 (diff) | |
| download | pyramid-c0fb3b8ce80e44d2885f11ed2bdb92d0d643ceaa.tar.gz pyramid-c0fb3b8ce80e44d2885f11ed2bdb92d0d643ceaa.tar.bz2 pyramid-c0fb3b8ce80e44d2885f11ed2bdb92d0d643ceaa.zip | |
remove stray backtick
| -rw-r--r-- | pyramid/url.py | 2 |
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. """ |
