[Python-checkins] cpython: Fix typo in NEWS

victor.stinner python-checkins at python.org
Wed Oct 26 01:41:22 CEST 2011


http://hg.python.org/cpython/rev/fbba3ecc92dc
changeset:   73130:fbba3ecc92dc
user:        Victor Stinner <victor.stinner at haypocalc.com>
date:        Wed Oct 26 01:42:30 2011 +0200
summary:
  Fix typo in NEWS

files:
  Misc/NEWS |  2 +-
  1 files changed, 1 insertions(+), 1 deletions(-)


diff --git a/Misc/NEWS b/Misc/NEWS
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -341,7 +341,7 @@
 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

-- 
Repository URL: http://hg.python.org/cpython


More information about the Python-checkins mailing list