From: Georg Brandl Date: Sat, 25 Apr 2009 14:50:25 +0000 (+0000) Subject: #3320: fix spelling. X-Git-Tag: v2.7a1~1405 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b581804d692bb43345db48ee29a7718c45ce0c84;p=thirdparty%2FPython%2Fcpython.git #3320: fix spelling. --- diff --git a/Doc/includes/mp_distributing.py b/Doc/includes/mp_distributing.py index 43c7ad13a9fe..063fef9cba85 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()