1
0
Fork 0
forked from github/pelican

Fix typo in cache.py (#2978)

sublcass -> subclass
This commit is contained in:
Ikko Ashimine 2022-02-09 22:15:59 +09:00 committed by GitHub
commit f3613af155
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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
"""