From f074f019e2bf6b8d067219255b55138e93d0386b Mon Sep 17 00:00:00 2001 From: Zachary Ware Date: Mon, 15 Dec 2014 16:47:31 -0600 Subject: Issue #21740: Fix module name in NEWS entry. --- Misc/NEWS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Misc/NEWS b/Misc/NEWS index 93d822e..295995e 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. -- cgit v0.12