From: Victor Stinner Date: Tue, 25 Oct 2011 23:42:30 +0000 (+0200) Subject: Fix typo in NEWS X-Git-Tag: v3.3.0a1~1059 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=82a647b72195a81ca424a0323cbe832dd633d4c2;p=thirdparty%2FPython%2Fcpython.git Fix typo in NEWS --- diff --git a/Misc/NEWS b/Misc/NEWS index eb73271537fd..d0aa17c3aba2 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