]> git.ipfire.org Git - thirdparty/tornado.git/commitdiff
Fix typo in release notes 3177/head
authorEddie Darling <darling@berkeley.edu>
Mon, 22 Aug 2022 17:19:28 +0000 (10:19 -0700)
committerGitHub <noreply@github.com>
Mon, 22 Aug 2022 17:19:28 +0000 (10:19 -0700)
docs/releases/v6.2.0.rst

index 57b76ecb14e133af41e722a57393d22661c5e3fb..7ad56d14f63b8ba58aa5be9cbf1885225c4743cc 100644 (file)
@@ -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.