summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Misc/NEWS2
1 files changed, 1 insertions, 1 deletions
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.