From 75707d3ff2f7a45be39b193f175d447f728ce052 Mon Sep 17 00:00:00 2001
From: Steve Piercy <web@stevepiercy.com>
Date: Tue, 13 Mar 2018 13:03:11 +0100
Subject: [PATCH] Merge pull request #3239 from stevepiercy/1.9-branch

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

diff --git a/pyramid/url.py b/pyramid/url.py
index 2e964dc..774cf50 100644
--- a/pyramid/url.py
+++ b/pyramid/url.py
@@ -682,7 +682,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