summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSteve Piercy <web@stevepiercy.com>2015-11-20 19:00:44 -0800
committerSteve Piercy <web@stevepiercy.com>2015-11-20 19:00:44 -0800
commit3fe24b103996bc5254a4734e15a5320da84bd76e (patch)
tree76dad4cefe7c3ce7b410568b2e7228204d3f4c87
parent104870609e23edd1dba4d64869a068e883767552 (diff)
downloadpyramid-3fe24b103996bc5254a4734e15a5320da84bd76e.tar.gz
pyramid-3fe24b103996bc5254a4734e15a5320da84bd76e.tar.bz2
pyramid-3fe24b103996bc5254a4734e15a5320da84bd76e.zip
spell out "specification" so that sphinx will not emit a warning for not being able to find "asset spec"
-rw-r--r--pyramid/static.py4
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: