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` ~~~~~~~~~~~~~~