diff options
author | Raymond Hettinger <python@rcn.com> | 2011-02-11 00:08:38 (GMT) |
---|---|---|
committer | Raymond Hettinger <python@rcn.com> | 2011-02-11 00:08:38 (GMT) |
commit | 44028d866336743dc2e3d62daa02d4a8ea318d81 (patch) | |
tree | dcff06e44cd10059e337dc9751ac260001ee10d7 /Doc | |
parent | ed92b5a46bbce7c4caa8c92718fb3d6c6f6b6099 (diff) | |
download | cpython-44028d866336743dc2e3d62daa02d4a8ea318d81.zip cpython-44028d866336743dc2e3d62daa02d4a8ea318d81.tar.gz cpython-44028d866336743dc2e3d62daa02d4a8ea318d81.tar.bz2 |
Missing paren.
Diffstat (limited to 'Doc')
-rw-r--r-- | Doc/whatsnew/3.2.rst | 2 |
1 files changed, 1 insertions, 1 deletions
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 @@ 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 -------- |