summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--pyramid/static.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/pyramid/static.py b/pyramid/static.py
index 59f440c82..35d5e1047 100644
--- a/pyramid/static.py
+++ b/pyramid/static.py
@@ -222,7 +222,7 @@ class ManifestCacheBuster(object):
Specifically, it is a JSON-serialized dictionary where the keys are the
source asset paths used in calls to
- :meth:`~pyramid.request.Request.static_url. For example::
+ :meth:`~pyramid.request.Request.static_url`. For example::
.. code-block:: python