From 1d2cfe263c0bcb21e8d8bd08d28306ee1ae156f3 Mon Sep 17 00:00:00 2001 From: Martin Panter Date: Sat, 3 Dec 2016 03:44:16 +0000 Subject: [PATCH] Issue #28847: Fix spelling --- Misc/NEWS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Misc/NEWS b/Misc/NEWS index c0f27ca6ee..354ae7ea83 100644 --- a/Misc/NEWS +++ b/Misc/NEWS @@ -13,7 +13,7 @@ Core and Builtins - Issue #5322: Fixed setting __new__ to a PyCFunction inside Python code. Original patch by Andreas Stührk. -- Issue #28847: dubmdbm no longer writes the index file in when it is not +- Issue #28847: dumbdbm no longer writes the index file in when it is not changed and supports reading read-only files. - Issue #11145: Fixed miscellaneous issues with C-style formatting of types -- 2.50.1