From: Zachary Ware Date: Mon, 15 Dec 2014 22:47:31 +0000 (-0600) Subject: Issue #21740: Fix module name in NEWS entry. X-Git-Tag: v3.5.0a1~309 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=f074f019e2bf6b8d067219255b55138e93d0386b;p=python Issue #21740: Fix module name in NEWS entry. --- diff --git a/Misc/NEWS b/Misc/NEWS index 93d822e48f..295995ec49 100644 --- a/Misc/NEWS +++ b/Misc/NEWS @@ -211,7 +211,7 @@ Library - Issue #1218234: Fix inspect.getsource() to load updated source of reloaded module. Initial patch by Berker Peksag. -- Issue #21740: Support wrapped callables in pydoc. Patch by Claudiu Popa. +- Issue #21740: Support wrapped callables in doctest. Patch by Claudiu Popa. - Issue #23009: Make sure selectors.EpollSelecrtor.select() works when no FD is registered.