From ec753b060040a2a6df91341d6d4ed0913761adbc Mon Sep 17 00:00:00 2001 From: Steve Piercy Date: Sun, 24 May 2015 19:11:08 -0700 Subject: cache bust token --- pyramid/interfaces.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyramid/interfaces.py b/pyramid/interfaces.py index 7b9a850d1..90534593c 100644 --- a/pyramid/interfaces.py +++ b/pyramid/interfaces.py @@ -1205,7 +1205,7 @@ class ICacheBuster(Interface): argument is a dict of keywords that are to be passed eventually to :meth:`~pyramid.request.Request.route_url` for URL generation. The return value should be a two-tuple of ``(subpath, kw)`` which are - versions of the same arguments modified to include the cachebust token + versions of the same arguments modified to include the cache bust token in the generated URL. """ -- cgit v1.2.3