diff options
| author | Michael Merickel <michael@merickel.org> | 2015-11-12 23:42:58 -0600 |
|---|---|---|
| committer | Michael Merickel <michael@merickel.org> | 2015-11-12 23:42:58 -0600 |
| commit | 41587658312a7e53c2be742c320455fa5763bfb0 (patch) | |
| tree | 44028c012bb77f6ccdecfdf5845f1ddc33cc79f6 | |
| parent | c51448e8b460a56b11794f9f1f75a7234e9d6a34 (diff) | |
| download | pyramid-41587658312a7e53c2be742c320455fa5763bfb0.tar.gz pyramid-41587658312a7e53c2be742c320455fa5763bfb0.tar.bz2 pyramid-41587658312a7e53c2be742c320455fa5763bfb0.zip | |
fix bug in docstring
| -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 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 |
