]> granicus.if.org Git - python/commitdiff
Missing paren.
authorRaymond Hettinger <python@rcn.com>
Fri, 11 Feb 2011 00:08:38 +0000 (00:08 +0000)
committerRaymond Hettinger <python@rcn.com>
Fri, 11 Feb 2011 00:08:38 +0000 (00:08 +0000)
Doc/whatsnew/3.2.rst

index 577c628d18a3806a96741bbb2d9b1321276efcb7..98d85999270c41dc71f81439f8fa66320e49ad37 100644 (file)
@@ -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
 --------