diff options
author | Georg Brandl <georg@python.org> | 2009-04-25 14:50:25 (GMT) |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2009-04-25 14:50:25 (GMT) |
commit | b581804d692bb43345db48ee29a7718c45ce0c84 (patch) | |
tree | 617313427e2a64320761c4b28b986ac696f47564 /Doc | |
parent | 6f1d5431331e8b9d82e05dcc9245424b49c48d54 (diff) | |
download | cpython-b581804d692bb43345db48ee29a7718c45ce0c84.zip cpython-b581804d692bb43345db48ee29a7718c45ce0c84.tar.gz cpython-b581804d692bb43345db48ee29a7718c45ce0c84.tar.bz2 |
#3320: fix spelling.
Diffstat (limited to 'Doc')
-rw-r--r-- | Doc/includes/mp_distributing.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/includes/mp_distributing.py b/Doc/includes/mp_distributing.py index 43c7ad1..063fef9 100644 --- a/Doc/includes/mp_distributing.py +++ b/Doc/includes/mp_distributing.py @@ -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() |