Skip to content

Commit

Permalink
Merge pull request #3000 from canyon289/typo_fix
Browse files Browse the repository at this point in the history
  • Loading branch information
justinmayer committed Jul 11, 2022
2 parents e8d6318 + d89c6f6 commit c46554a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pelican/contents.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
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__)
Expand Down

0 comments on commit c46554a

Please sign in to comment.