mirror of
https://github.com/getpelican/pelican.git
synced 2025-10-15 20:28:56 +02:00
minor spelling fixes
This commit is contained in:
parent
cb11bea1f2
commit
f5775bcba0
9 changed files with 9 additions and 9 deletions
|
|
@ -202,5 +202,5 @@ Try to limit them to ``--debug`` mode like the following::
|
|||
try:
|
||||
some_action()
|
||||
except Exception as e:
|
||||
logger.error('Exception occured: %s', e,
|
||||
logger.error('Exception occurred: %s', e,
|
||||
exc_info=settings.get('DEBUG', False))
|
||||
|
|
|
|||
|
|
@ -67,7 +67,7 @@ Signal Arguments Description
|
|||
================================= ============================ ===========================================================================
|
||||
initialized pelican object
|
||||
finalized pelican object invoked after all the generators are executed and just before pelican exits
|
||||
usefull for custom post processing actions, such as:
|
||||
useful for custom post processing actions, such as:
|
||||
- minifying js/css assets.
|
||||
- notify/ping search engines with an updated sitemap.
|
||||
generator_init generator invoked in the Generator.__init__
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue