minor spelling fixes

This commit is contained in:
Carlos E. Garcia 2014-09-15 20:29:00 -04:00
commit f5775bcba0
9 changed files with 9 additions and 9 deletions

View file

@ -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))