Fix typo in next.rst.

This commit is contained in:
Ben Darnell 2013-01-27 10:53:39 -05:00
parent 9df2324656
commit e5f4763938
1 changed files with 1 additions and 1 deletions

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