summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS
diff options
context:
space:
mode:
authorVictor Stinner <victor.stinner@haypocalc.com>2011-10-25 23:42:30 (GMT)
committerVictor Stinner <victor.stinner@haypocalc.com>2011-10-25 23:42:30 (GMT)
commit82a647b72195a81ca424a0323cbe832dd633d4c2 (patch)
treed21b083958a0a8224113e4a5fcc71bc87579558d /Misc/NEWS
parentf7f0a66a8fb40eb1c66e92451b05fda665e4f73c (diff)
downloadcpython-82a647b72195a81ca424a0323cbe832dd633d4c2.zip
cpython-82a647b72195a81ca424a0323cbe832dd633d4c2.tar.gz
cpython-82a647b72195a81ca424a0323cbe832dd633d4c2.tar.bz2
Fix typo in NEWS
Diffstat (limited to 'Misc/NEWS')
-rw-r--r--Misc/NEWS2
1 files changed, 1 insertions, 1 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index eb73271..d0aa17c 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -341,7 +341,7 @@ Core and Builtins
Library
-------
-- Issue #13226: Add RTLD_xxx constants to the os module. These constants can by
+- Issue #13226: Add RTLD_xxx constants to the os module. These constants can be
used with sys.setdlopenflags().
- Issue #10278: Add clock_getres(), clock_gettime() and CLOCK_xxx constants to