From f3613af15547fce1130f5885aca5c4414f0b91f7 Mon Sep 17 00:00:00 2001 From: Ikko Ashimine Date: Wed, 9 Feb 2022 22:15:59 +0900 Subject: [PATCH] Fix typo in cache.py (#2978) sublcass -> subclass --- pelican/cache.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 """