]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
wording change
authorGregory P. Smith <greg@mad-scientist.com>
Sat, 30 Sep 2006 06:09:07 +0000 (06:09 +0000)
committerGregory P. Smith <greg@mad-scientist.com>
Sat, 30 Sep 2006 06:09:07 +0000 (06:09 +0000)
Misc/NEWS

index 4df5d63d74dd698fb944b7d6e593802ee8ef9b8d..73515e63115e37987833f8553c2f9e09bcba4d7d 100644 (file)
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -57,7 +57,7 @@ Core and builtins
   - iso2022_jp_3 and iso2022_jp_2004 codec can encode JIS X 2013:2
     codepoints now.
 
-- fixed a bug with bsddb.DB.stat: its flags and txn keyword arguments
+- fixed a bug with bsddb.DB.stat: the flags and txn keyword arguments
   were transposed.
 
 Extension Modules