Fix typo in release notes
This commit is contained in:
parent
e72cc57692
commit
450e5bc970
|
@ -49,7 +49,7 @@ General changes
|
|||
~~~~~~~~~~~~~
|
||||
|
||||
- Fixed a bug in which ``WaitIterator.current_index`` could be incorrect.
|
||||
- ``tornado.gen.TimeoutError``` is now an alias for `asyncio.TimeoutError`.
|
||||
- ``tornado.gen.TimeoutError`` is now an alias for `asyncio.TimeoutError`.
|
||||
|
||||
`tornado.http1connection`
|
||||
~~~~~~~~~~~~~~~~~~~~~~~~~
|
||||
|
@ -123,4 +123,4 @@ General changes
|
|||
- `.WebSocketClientConnection.write_message` now accepts `dict` arguments for
|
||||
consistency with `.WebSocketHandler.write_message`.
|
||||
- `.WebSocketClientConnection.write_message` now raises an exception as
|
||||
documented if the connection is already closed.
|
||||
documented if the connection is already closed.
|
||||
|
|
Loading…
Reference in New Issue