summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Merickel <michael@merickel.org>2015-11-12 23:42:58 -0600
committerMichael Merickel <michael@merickel.org>2015-11-12 23:42:58 -0600
commit41587658312a7e53c2be742c320455fa5763bfb0 (patch)
tree44028c012bb77f6ccdecfdf5845f1ddc33cc79f6
parentc51448e8b460a56b11794f9f1f75a7234e9d6a34 (diff)
downloadpyramid-41587658312a7e53c2be742c320455fa5763bfb0.tar.gz
pyramid-41587658312a7e53c2be742c320455fa5763bfb0.tar.bz2
pyramid-41587658312a7e53c2be742c320455fa5763bfb0.zip
fix bug in docstring
-rw-r--r--pyramid/static.py2
1 files changed, 1 insertions, 1 deletions
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