forked from github/pelican
Fix small typo
This commit is contained in:
parent
e8d6318e93
commit
d89c6f6ed2
1 changed files with 1 additions and 1 deletions
|
|
@ -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__)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue