Skip to content

Commit

Permalink
Fix small typo
Browse files Browse the repository at this point in the history
  • Loading branch information
canyon289 committed Apr 29, 2022
1 parent e8d6318 commit d89c6f6
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 d89c6f6

Please sign in to comment.