From 450e5bc970fc9f21a4e36ebcd30c1563fce4b5ac Mon Sep 17 00:00:00 2001 From: Eddie Darling Date: Mon, 22 Aug 2022 10:19:28 -0700 Subject: [PATCH] Fix typo in release notes --- docs/releases/v6.2.0.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/releases/v6.2.0.rst b/docs/releases/v6.2.0.rst index 57b76ecb..7ad56d14 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.