]> git.ipfire.org Git - thirdparty/tornado.git/commitdiff
Fix typo in next.rst.
authorBen Darnell <ben@bendarnell.com>
Sun, 27 Jan 2013 15:53:39 +0000 (10:53 -0500)
committerBen Darnell <ben@bendarnell.com>
Sun, 27 Jan 2013 15:53:39 +0000 (10:53 -0500)
website/sphinx/releases/next.rst

index 3974c2f569dc40660ba205949d43f68a45dd0f61..fc5605777e5039f06b2c9d0deadbe50efc7196ba 100644 (file)
@@ -280,7 +280,7 @@ General
   support now makes it easy to add options from a wrapper script
   instead of putting all possible options in `tornado.testing.main`.
 * `AsyncHTTPTestCase` no longer calls `AsyncHTTPClient.close` for tests
-  that use the singletion `IOLoop.instance`.
+  that use the singleton `IOLoop.instance`.
 
 `tornado.util`
 ~~~~~~~~~~~~~~