From: Benjamin Peterson Date: Tue, 19 Jul 2016 05:08:19 +0000 (-0700) Subject: add mising word X-Git-Tag: v3.6.0a4~145 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=a1ea9c813f3adbab63392f6bfcb6a729ff272515;p=python add mising word --- diff --git a/Misc/NEWS b/Misc/NEWS index 0ff80f08fa..803bef0563 100644 --- 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.