1
0
Fork 0
forked from github/pelican

Fix warning message

Add space between words 'static' and 'content'
This commit is contained in:
Jorge Maldonado Ventura 2019-01-02 13:13:16 +01:00
commit 58be4f0e04

View file

@ -281,7 +281,7 @@ class Content(object):
if linked_content:
logger.warning(
'{filename} used for linking to static'
'content %s in %s. Use {static} instead',
' content %s in %s. Use {static} instead',
path,
self.get_relative_source_path())
return linked_content