]> git.ipfire.org Git - thirdparty/tornado.git/commitdiff
Update options.py
authorMark Henderson <mark.henderson@8trk.com>
Mon, 7 Dec 2015 21:55:37 +0000 (16:55 -0500)
committerMark Henderson <mark.henderson@8trk.com>
Mon, 7 Dec 2015 21:55:37 +0000 (16:55 -0500)
tornado/options.py

index 5477f833f433cf87f0964f5fc690b04453afa8b9..861aabee01ef1b1644ca4f4af5687806ecf8b974 100644 (file)
@@ -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``).