From 44028d866336743dc2e3d62daa02d4a8ea318d81 Mon Sep 17 00:00:00 2001 From: Raymond Hettinger Date: Fri, 11 Feb 2011 00:08:38 +0000 Subject: [PATCH] Missing paren. --- Doc/whatsnew/3.2.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Doc/whatsnew/3.2.rst b/Doc/whatsnew/3.2.rst index 577c628d18..98d8599927 100644 --- a/Doc/whatsnew/3.2.rst +++ b/Doc/whatsnew/3.2.rst @@ -1827,7 +1827,7 @@ been established with a new remote endpoint. This is supposed to be used as a 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 -------- -- 2.50.1