commit | b581804d692bb43345db48ee29a7718c45ce0c84 | [log] [tgz] |
---|---|---|
author | Georg Brandl <georg@python.org> | Sat Apr 25 14:50:25 2009 +0000 |
committer | Georg Brandl <georg@python.org> | Sat Apr 25 14:50:25 2009 +0000 |
tree | 617313427e2a64320761c4b28b986ac696f47564 | |
parent | 6f1d5431331e8b9d82e05dcc9245424b49c48d54 [diff] [blame] |
#3320: fix spelling.
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 @@ return _logger _logger = logging.getLogger('distributing') -_logger.propogate = 0 +_logger.propagate = 0 _formatter = logging.Formatter(util.DEFAULT_LOGGING_FORMAT) _handler = logging.StreamHandler()