summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorZachary Ware <zachary.ware@gmail.com>2014-12-15 22:47:31 (GMT)
committerZachary Ware <zachary.ware@gmail.com>2014-12-15 22:47:31 (GMT)
commitf074f019e2bf6b8d067219255b55138e93d0386b (patch)
treef1169a3d25238c18ecddb878ca9335c82dd63c37 /Misc
parent7f9b596be267f928c9e522c4e02ba945480f608a (diff)
downloadcpython-f074f019e2bf6b8d067219255b55138e93d0386b.zip
cpython-f074f019e2bf6b8d067219255b55138e93d0386b.tar.gz
cpython-f074f019e2bf6b8d067219255b55138e93d0386b.tar.bz2
Issue #21740: Fix module name in NEWS entry.
Diffstat (limited to 'Misc')
-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.