From d00d620821516e008b10b779a2f5c1f821c3d493 Mon Sep 17 00:00:00 2001
From: Steve Piercy <web@stevepiercy.com>
Date: Tue, 13 Mar 2018 13:04:32 +0100
Subject: [PATCH] Merge pull request #3240 from stevepiercy/1.8-branch

---
 pyramid/url.py |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/pyramid/url.py b/pyramid/url.py
index 9634f61..86abf89 100644
--- a/pyramid/url.py
+++ b/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.
         """

--
Gitblit v1.9.3