Merge pull request #1101 from tioover/master

typo
This commit is contained in:
Ben Darnell 2014-07-10 14:24:30 -04:00
commit 1e3379732c
1 changed files with 1 additions and 1 deletions

View File

@ -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: