mirror of
https://github.com/python/cpython.git
synced 2025-09-16 13:47:31 +00:00
#3320: fix spelling.
This commit is contained in:
parent
6f1d543133
commit
b581804d69
1 changed files with 1 additions and 1 deletions
|
@ -38,7 +38,7 @@ def get_logger():
|
|||
return _logger
|
||||
|
||||
_logger = logging.getLogger('distributing')
|
||||
_logger.propogate = 0
|
||||
_logger.propagate = 0
|
||||
|
||||
_formatter = logging.Formatter(util.DEFAULT_LOGGING_FORMAT)
|
||||
_handler = logging.StreamHandler()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue