Skip to content

Commit 52effcb

Browse files
WillAydTomAugspurger
authored andcommitted
Fixed instantiation misspell (#21006)
1 parent c30f0bb commit 52effcb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/source/whatsnew/v0.23.0.txt

+2-2
Original file line numberDiff line numberDiff line change
@@ -555,8 +555,8 @@ If installed, we now require:
555555

556556
.. _whatsnew_0230.api_breaking.dict_insertion_order:
557557

558-
Instantation from dicts preserves dict insertion order for python 3.6+
559-
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
558+
Instantiation from dicts preserves dict insertion order for python 3.6+
559+
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
560560

561561
Until Python 3.6, dicts in Python had no formally defined ordering. For Python
562562
version 3.6 and later, dicts are ordered by insertion order, see

0 commit comments

Comments
 (0)