]> granicus.if.org Git - python/commitdiff
add mising word
authorBenjamin Peterson <benjamin@python.org>
Tue, 19 Jul 2016 05:08:19 +0000 (22:08 -0700)
committerBenjamin Peterson <benjamin@python.org>
Tue, 19 Jul 2016 05:08:19 +0000 (22:08 -0700)
Misc/NEWS

index 0ff80f08fa7832d1f19647ec048e4e79bb73e81e..803bef0563d781ede3ea8277207f49369768438f 100644 (file)
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -26,7 +26,7 @@ Core and Builtins
 Library
 -------
 
-- Expose the EPOLLEXCLUSIVE (when it is defined) in the select module.
+- Expose the EPOLLEXCLUSIVE constant (when it is defined) in the select module.
 
 - Issue #27567: Expose the EPOLLRDHUP constant in the select module.