1
0
Fork 0
forked from github/pelican

Fix small typo

This commit is contained in:
Ravin Kumar 2022-04-28 19:28:26 -07:00
commit d89c6f6ed2

View file

@ -15,7 +15,7 @@ from pelican.utils import (deprecated_attribute, memoized, path_to_url,
posixize_path, sanitised_join, set_date_tzinfo,
slugify, truncate_html_words)
# Import these so that they're avalaible when you import from pelican.contents.
# Import these so that they're available when you import from pelican.contents.
from pelican.urlwrappers import (Author, Category, Tag, URLWrapper) # NOQA
logger = logging.getLogger(__name__)