#3320: fix spelling.

This commit is contained in:
Georg Brandl 2009-04-25 14:50:25 +00:00
parent 6f1d543133
commit b581804d69
1 changed files with 1 additions and 1 deletions

View File

@ -38,7 +38,7 @@ def get_logger():
return _logger return _logger
_logger = logging.getLogger('distributing') _logger = logging.getLogger('distributing')
_logger.propogate = 0 _logger.propagate = 0
_formatter = logging.Formatter(util.DEFAULT_LOGGING_FORMAT) _formatter = logging.Formatter(util.DEFAULT_LOGGING_FORMAT)
_handler = logging.StreamHandler() _handler = logging.StreamHandler()