From e5f4763938176bd3e9fe3d8fdc56558329e4a087 Mon Sep 17 00:00:00 2001 From: Ben Darnell Date: Sun, 27 Jan 2013 10:53:39 -0500 Subject: [PATCH] Fix typo in next.rst. --- website/sphinx/releases/next.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/sphinx/releases/next.rst b/website/sphinx/releases/next.rst index 3974c2f5..fc560577 100644 --- a/website/sphinx/releases/next.rst +++ b/website/sphinx/releases/next.rst @@ -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` ~~~~~~~~~~~~~~