From: Mark Henderson Date: Mon, 7 Dec 2015 21:55:37 +0000 (-0500) Subject: Update options.py X-Git-Tag: v4.4.0b1~61^2~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b34dc5ce23ff4d6e1b21b0d2d7b79cb4f6b5af82;p=thirdparty%2Ftornado.git Update options.py --- diff --git a/tornado/options.py b/tornado/options.py index 5477f833f..861aabee0 100644 --- a/tornado/options.py +++ b/tornado/options.py @@ -43,9 +43,9 @@ either:: .. note: - When using tornado.options.parse_config_file(), the only options that are set - are ones that were previously defined either tornado.options.parse_command_line - or tornado.options.define. torndo.options.parse_config_file is used mainly as a + When using tornado.options.parse_config_file, the only options that are set + are ones that were previously defined with either tornado.options.parse_command_line + or tornado.options.define. tornado.options.parse_config_file is used mainly as a means to offer overriding settings for different environments. Command line formats are what you would expect (``--myoption=myvalue``).