1
0
Fork 0
forked from github/pelican

Merge pull request #3000 from canyon289/typo_fix

This commit is contained in:
Justin Mayer 2022-07-11 19:35:52 +02:00 committed by GitHub
commit c46554ae70
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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__)