From 69ce14e9cb071a5a682b5a2987bd980643061930 Mon Sep 17 00:00:00 2001 From: Tengfei Tsui Date: Thu, 10 Jul 2014 17:15:43 +0800 Subject: [PATCH] typo --- tornado/log.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tornado/log.py b/tornado/log.py index 70664664..374071d4 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: