diff options
| -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 |
