diff options
| -rw-r--r-- | pyramid/static.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pyramid/static.py b/pyramid/static.py index c2c8c89e5..c7a5c7ba5 100644 --- a/pyramid/static.py +++ b/pyramid/static.py @@ -214,8 +214,8 @@ class ManifestCacheBuster(object): uses a supplied manifest file to map an asset path to a cache-busted version of the path. - The ``manifest_spec`` can be an absolute path or a :term:`asset spec` - pointing to a package-relative file. + The ``manifest_spec`` can be an absolute path or a :term:`asset + specification` pointing to a package-relative file. The manifest file is expected to conform to the following simple JSON format: |
