]> git.ipfire.org Git - thirdparty/tornado.git/commitdiff
Update options.py 1599/head
authorMark Henderson <mark.henderson@8trk.com>
Tue, 8 Dec 2015 04:27:47 +0000 (23:27 -0500)
committerMark Henderson <mark.henderson@8trk.com>
Tue, 8 Dec 2015 04:27:47 +0000 (23:27 -0500)
Updated verbiage.

tornado/options.py

index 861aabee01ef1b1644ca4f4af5687806ecf8b974..40169fb8a9b0c522b6a29a423abbcd8318c57d72 100644 (file)
@@ -43,10 +43,9 @@ either::
 
 .. note:
 
-   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.
+   When using tornado.options.parse_command_line or 
+   tornado.options.parse_config_file, the only options that are set are 
+   ones that were previously defined with tornado.options.define.
 
 Command line formats are what you would expect (``--myoption=myvalue``).
 Config files are just Python files. Global names become options, e.g.::