From: Eddie Darling Date: Mon, 22 Aug 2022 17:19:28 +0000 (-0700) Subject: Fix typo in release notes X-Git-Tag: v6.3.0b1~35^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F3177%2Fhead;p=thirdparty%2Ftornado.git Fix typo in release notes --- diff --git a/docs/releases/v6.2.0.rst b/docs/releases/v6.2.0.rst index 57b76ecb1..7ad56d14f 100644 --- a/docs/releases/v6.2.0.rst +++ b/docs/releases/v6.2.0.rst @@ -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. \ No newline at end of file + documented if the connection is already closed.