summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Misc/NEWS2
1 files changed, 1 insertions, 1 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 48899bc..ddf993f 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -81,7 +81,7 @@ Library
- Bug #1531862: Do not close standard file descriptors in subprocess.
-- 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