From 41587658312a7e53c2be742c320455fa5763bfb0 Mon Sep 17 00:00:00 2001 From: Michael Merickel Date: Thu, 12 Nov 2015 23:42:58 -0600 Subject: fix bug in docstring --- pyramid/static.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3