Fix typo in NEWS

This commit is contained in:
Victor Stinner 2011-10-26 01:42:30 +02:00
parent f7f0a66a8f
commit 82a647b721
1 changed files with 1 additions and 1 deletions

View File

@ -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