We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c30f0bb commit 52effcbCopy full SHA for 52effcb
doc/source/whatsnew/v0.23.0.txt
@@ -555,8 +555,8 @@ If installed, we now require:
555
556
.. _whatsnew_0230.api_breaking.dict_insertion_order:
557
558
-Instantation from dicts preserves dict insertion order for python 3.6+
559
-^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
+Instantiation from dicts preserves dict insertion order for python 3.6+
+^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
560
561
Until Python 3.6, dicts in Python had no formally defined ordering. For Python
562
version 3.6 and later, dicts are ordered by insertion order, see
0 commit comments