diff --git a/pelican/cache.py b/pelican/cache.py index c1d4a55d..d2665691 100644 --- a/pelican/cache.py +++ b/pelican/cache.py @@ -74,7 +74,7 @@ class FileStampDataCacher(FileDataCacher): """Subclass that also caches the stamp of the file""" def __init__(self, settings, cache_name, caching_policy, load_policy): - """This sublcass additionally sets filestamp function + """This subclass additionally sets filestamp function and base path for filestamping operations """