Add a missing '

This commit is contained in:
Kyle Fuller 2012-04-15 14:40:10 +01:00
commit 4c4c2a9604

View file

@ -61,8 +61,8 @@ class Pelican(object):
def _handle_deprecation(self):
if self.settings.get('CLEAN_URLS', False):
logger.warning('Found deprecated `CLEAN_URLS` in settings. '
' Modifying the following settings for the
logger.warning('Found deprecated `CLEAN_URLS` in settings.'
' Modifying the following settings for the'
' same behaviour.')
self.settings['ARTICLE_URL'] = '{slug}/'