From d34d6df1c5d677dc84cadfaaebe3175c063ad071 Mon Sep 17 00:00:00 2001 From: Reza Ameli Date: Thu, 15 May 2025 14:14:44 -0400 Subject: [PATCH] Update 586.bugfix.rst Remove extra ` --- newsfragments/586.bugfix.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/newsfragments/586.bugfix.rst b/newsfragments/586.bugfix.rst index a919179a..220f26fd 100644 --- a/newsfragments/586.bugfix.rst +++ b/newsfragments/586.bugfix.rst @@ -1,2 +1,2 @@ -``handler()`` inside ``TCPListener.listen()`` does not catch exceptions thrown during handshaking steps (from ```Sawrm``). +``handler()`` inside ``TCPListener.listen()`` does not catch exceptions thrown during handshaking steps (from ``Sawrm``). These innocuous exceptions will become fatal and crash the process if not handled.