From 3e0b1d5fbbd6f323943b73bf3cb77f9d6073d35c Mon Sep 17 00:00:00 2001 From: Ian Joseph Wilson Date: Mon, 7 Mar 2016 16:17:50 -0800 Subject: Extra colon in docs breaks code block highlighting. --- pyramid/static.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyramid/static.py b/pyramid/static.py index 4054d5be0..8d1f55406 100644 --- a/pyramid/static.py +++ b/pyramid/static.py @@ -229,7 +229,7 @@ class ManifestCacheBuster(object): By default, 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