From 3fe24b103996bc5254a4734e15a5320da84bd76e Mon Sep 17 00:00:00 2001 From: Steve Piercy Date: Fri, 20 Nov 2015 19:00:44 -0800 Subject: spell out "specification" so that sphinx will not emit a warning for not being able to find "asset spec" --- pyramid/static.py | 4 ++-- 1 file 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: -- cgit v1.2.3