summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBenjamin Peterson <benjamin@python.org>2016-07-19 05:08:19 (GMT)
committerBenjamin Peterson <benjamin@python.org>2016-07-19 05:08:19 (GMT)
commita1ea9c813f3adbab63392f6bfcb6a729ff272515 (patch)
treef59ad27fd656e1f71c7cbcd01d8fc0ca19dac41d
parent0715ce358af2e8ad5606a6e369ecc9489326a34c (diff)
downloadcpython-a1ea9c813f3adbab63392f6bfcb6a729ff272515.zip
cpython-a1ea9c813f3adbab63392f6bfcb6a729ff272515.tar.gz
cpython-a1ea9c813f3adbab63392f6bfcb6a729ff272515.tar.bz2
add mising word
-rw-r--r--Misc/NEWS2
1 files changed, 1 insertions, 1 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 0ff80f0..803bef0 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.