Missing paren.
diff --git a/Doc/whatsnew/3.2.rst b/Doc/whatsnew/3.2.rst
index 577c628..98d8599 100644
--- a/Doc/whatsnew/3.2.rst
+++ b/Doc/whatsnew/3.2.rst
@@ -1827,7 +1827,7 @@
 replacement for old :meth:`~asyncore.dispatcher.handle_accept()` and avoids
 the user  to call :meth:`~asyncore.dispatcher.accept()` directly.
 
-Contributed by Giampaolo Rodolà; :issue:`6706`.)
+(Contributed by Giampaolo Rodolà; :issue:`6706`.)
 
 tempfile
 --------