diff options
-rw-r--r-- | Misc/NEWS | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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. |