]> git.ipfire.org Git - thirdparty/tornado.git/commitdiff
Fix typo in releases/next.rst 654/head
authorDavid Wilemski <david@davidwilemski.com>
Sat, 15 Dec 2012 02:15:53 +0000 (21:15 -0500)
committerDavid Wilemski <david@davidwilemski.com>
Sat, 15 Dec 2012 02:15:53 +0000 (21:15 -0500)
website/sphinx/releases/next.rst

index 49468ddcc985b34c615c020fb83f1b33e0cef1b8..d86673431a846f84f1973e16278956ff8f21fdc6 100644 (file)
@@ -16,7 +16,7 @@ In progress
 * Tornado no longer logs to the root logger.  Details on the new logging
   scheme can be found under the `tornado.log` module.  Note that in some
   cases this will require that you add an explicit logging configuration
-  in ordre to see any output (perhaps just calling ``logging.basicConfig()``),
+  in order to see any output (perhaps just calling ``logging.basicConfig()``),
   although both `IOLoop.start()` and `tornado.options.parse_command_line`
   will do this for you.
 * Errors while rendering templates no longer log the generated code,