From 82a647b72195a81ca424a0323cbe832dd633d4c2 Mon Sep 17 00:00:00 2001 From: Victor Stinner Date: Wed, 26 Oct 2011 01:42:30 +0200 Subject: Fix typo in NEWS --- Misc/NEWS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v0.12