From 8c6cb513fa159251a5b4132864d7e846220f98d2 Mon Sep 17 00:00:00 2001 From: Will Ayd Date: Thu, 10 May 2018 12:56:13 -0700 Subject: [PATCH] Fixed instantiation misspell --- doc/source/whatsnew/v0.23.0.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/source/whatsnew/v0.23.0.txt b/doc/source/whatsnew/v0.23.0.txt index 750227cd59f26..3f7bc0e8d8c3f 100644 --- a/doc/source/whatsnew/v0.23.0.txt +++ b/doc/source/whatsnew/v0.23.0.txt @@ -555,8 +555,8 @@ If installed, we now require: .. _whatsnew_0230.api_breaking.dict_insertion_order: -Instantation from dicts preserves dict insertion order for python 3.6+ -^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ +Instantiation from dicts preserves dict insertion order for python 3.6+ +^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Until Python 3.6, dicts in Python had no formally defined ordering. For Python version 3.6 and later, dicts are ordered by insertion order, see