diff --git a/Misc/NEWS b/Misc/NEWS index 93d822e48f4..295995ec49d 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.