summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSteve Piercy <web@stevepiercy.com>2015-05-24 19:11:08 -0700
committerSteve Piercy <web@stevepiercy.com>2015-05-24 19:11:08 -0700
commitec753b060040a2a6df91341d6d4ed0913761adbc (patch)
treec8cf1174407825fe26041b7bdad45d90f7098f4d
parenteff0c05d7a82fbfba837b29c9fbf007f3d8d3e75 (diff)
downloadpyramid-ec753b060040a2a6df91341d6d4ed0913761adbc.tar.gz
pyramid-ec753b060040a2a6df91341d6d4ed0913761adbc.tar.bz2
pyramid-ec753b060040a2a6df91341d6d4ed0913761adbc.zip
cache bust token
-rw-r--r--pyramid/interfaces.py2
1 files changed, 1 insertions, 1 deletions
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.
"""