]> granicus.if.org Git - python/commitdiff
Issue #21740: Fix module name in NEWS entry.
authorZachary Ware <zachary.ware@gmail.com>
Mon, 15 Dec 2014 22:47:31 +0000 (16:47 -0600)
committerZachary Ware <zachary.ware@gmail.com>
Mon, 15 Dec 2014 22:47:31 +0000 (16:47 -0600)
Misc/NEWS

index 93d822e48f4704f14508e1e23dde00405f9d80e5..295995ec49d20a27f98ea4e6a39a31312be18505 100644 (file)
--- 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.