From: Tengfei Tsui Date: Thu, 10 Jul 2014 09:15:43 +0000 (+0800) Subject: typo X-Git-Tag: v4.0.0~12^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F1101%2Fhead;p=thirdparty%2Ftornado.git typo --- diff --git a/tornado/log.py b/tornado/log.py index 706646641..374071d41 100644 --- a/tornado/log.py +++ b/tornado/log.py @@ -179,7 +179,7 @@ class LogFormatter(logging.Formatter): def enable_pretty_logging(options=None, logger=None): """Turns on formatted logging output as configured. - This is called automaticaly by `tornado.options.parse_command_line` + This is called automatically by `tornado.options.parse_command_line` and `tornado.options.parse_config_file`. """ if options is None: