From: Ben Darnell Date: Sun, 27 Jan 2013 15:53:39 +0000 (-0500) Subject: Fix typo in next.rst. X-Git-Tag: v3.0.0~148 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e5f4763938176bd3e9fe3d8fdc56558329e4a087;p=thirdparty%2Ftornado.git Fix typo in next.rst. --- diff --git a/website/sphinx/releases/next.rst b/website/sphinx/releases/next.rst index 3974c2f56..fc5605777 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` ~~~~~~~~~~~~~~