]> git.ipfire.org Git - thirdparty/tornado.git/commitdiff
Fix typo in release notes (thanks jparise!))
authorBen Darnell <ben@bendarnell.com>
Fri, 5 Oct 2012 04:01:56 +0000 (21:01 -0700)
committerBen Darnell <ben@bendarnell.com>
Fri, 5 Oct 2012 04:01:56 +0000 (21:01 -0700)
website/sphinx/releases/next.rst

index 7a8880e236e50b8be0cca17c0cf199abea32da4a..330d731682fe0d84f6c06446ec2e7350d5303f07 100644 (file)
@@ -132,7 +132,7 @@ In progress
   continue to work only as long as the IOLoop's ``time_func`` argument
   is not used).
 * `IOStream` now raises a new exception
-  `tornado.iostream.StreamClosedException` when you attempt to read or
+  `tornado.iostream.StreamClosedError` when you attempt to read or
   write after the stream has been closed (by either side).
 * `IOStream` now simply closes the connection when it gets an
   ``ECONNRESET`` error, rather than logging it as an error.