diff options
| author | Steve Piercy <web@stevepiercy.com> | 2016-03-07 22:57:44 -0800 |
|---|---|---|
| committer | Steve Piercy <web@stevepiercy.com> | 2016-03-07 22:57:44 -0800 |
| commit | 87c6bf4efb3f523247e3fa799021164be1e62b38 (patch) | |
| tree | ba263a3f0e6c46e5a87d479b209915cfd3884892 | |
| parent | 28c6df982212c1c36f8b071132ccb98c7cc62785 (diff) | |
| parent | 3e0b1d5fbbd6f323943b73bf3cb77f9d6073d35c (diff) | |
| download | pyramid-87c6bf4efb3f523247e3fa799021164be1e62b38.tar.gz pyramid-87c6bf4efb3f523247e3fa799021164be1e62b38.tar.bz2 pyramid-87c6bf4efb3f523247e3fa799021164be1e62b38.zip | |
Merge pull request #2400 from ianjosephwilson/master
Extra colon in docs breaks code block highlighting.
| -rw-r--r-- | pyramid/static.py | 2 |
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 |
