summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIan Joseph Wilson <ianjosephwilson@gmail.com>2016-03-07 16:17:50 -0800
committerIan Joseph Wilson <ianjosephwilson@gmail.com>2016-03-07 16:17:50 -0800
commit3e0b1d5fbbd6f323943b73bf3cb77f9d6073d35c (patch)
treeba263a3f0e6c46e5a87d479b209915cfd3884892
parent28c6df982212c1c36f8b071132ccb98c7cc62785 (diff)
downloadpyramid-3e0b1d5fbbd6f323943b73bf3cb77f9d6073d35c.tar.gz
pyramid-3e0b1d5fbbd6f323943b73bf3cb77f9d6073d35c.tar.bz2
pyramid-3e0b1d5fbbd6f323943b73bf3cb77f9d6073d35c.zip
Extra colon in docs breaks code block highlighting.
-rw-r--r--pyramid/static.py2
1 files changed, 1 insertions, 1 deletions
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