[Python-checkins] cpython: add mising word

benjamin.peterson python-checkins at python.org
Tue Jul 19 01:08:24 EDT 2016


https://hg.python.org/cpython/rev/77154b3fcd20
changeset:   102407:77154b3fcd20
user:        Benjamin Peterson <benjamin at python.org>
date:        Mon Jul 18 22:08:19 2016 -0700
summary:
  add mising word

files:
  Misc/NEWS |  2 +-
  1 files changed, 1 insertions(+), 1 deletions(-)


diff --git a/Misc/NEWS b/Misc/NEWS
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -26,7 +26,7 @@
 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.
 

-- 
Repository URL: https://hg.python.org/cpython


More information about the Python-checkins mailing list