summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS.d/3.6.0b2.rst
diff options
context:
space:
mode:
Diffstat (limited to 'Misc/NEWS.d/3.6.0b2.rst')
-rw-r--r--Misc/NEWS.d/3.6.0b2.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/Misc/NEWS.d/3.6.0b2.rst b/Misc/NEWS.d/3.6.0b2.rst
index 9413c6e..23dd69e 100644
--- a/Misc/NEWS.d/3.6.0b2.rst
+++ b/Misc/NEWS.d/3.6.0b2.rst
@@ -215,7 +215,7 @@ memcpy().
.. nonce: e5xc1i
.. section: Core and Builtins
-Fix dict.pop() for splitted dictionary when trying to remove a "pending key"
+Fix dict.pop() for split dictionary when trying to remove a "pending key"
(Not yet inserted in split-table). Patch by Xiang Zhang.
..