]> granicus.if.org Git - python/commitdiff
Fix typo in NEWS
authorVictor Stinner <victor.stinner@haypocalc.com>
Tue, 25 Oct 2011 23:42:30 +0000 (01:42 +0200)
committerVictor Stinner <victor.stinner@haypocalc.com>
Tue, 25 Oct 2011 23:42:30 +0000 (01:42 +0200)
Misc/NEWS

index eb73271537fdef1d375e99696074ca2ab6acb81d..d0aa17c3aba24b0e201be8cca176667b6dee7af1 100644 (file)
--- 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