summaryrefslogtreecommitdiffstats
path: root/Doc/includes
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2009-04-25 14:50:25 (GMT)
committerGeorg Brandl <georg@python.org>2009-04-25 14:50:25 (GMT)
commitb581804d692bb43345db48ee29a7718c45ce0c84 (patch)
tree617313427e2a64320761c4b28b986ac696f47564 /Doc/includes
parent6f1d5431331e8b9d82e05dcc9245424b49c48d54 (diff)
downloadcpython-b581804d692bb43345db48ee29a7718c45ce0c84.zip
cpython-b581804d692bb43345db48ee29a7718c45ce0c84.tar.gz
cpython-b581804d692bb43345db48ee29a7718c45ce0c84.tar.bz2
#3320: fix spelling.
Diffstat (limited to 'Doc/includes')
-rw-r--r--Doc/includes/mp_distributing.py2
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()