8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
datamodel.rst
dict
1 parent 4170bdd commit 252ed6dCopy full SHA for 252ed6d
Doc/reference/datamodel.rst
@@ -496,7 +496,7 @@ in the same order they were added sequentially over the dictionary.
496
Replacing an existing key does not change the order, however removing a key
497
and re-inserting it will add it to the end instead of keeping its old place.
498
499
-Dictionaries are mutable; they can be created by the ``{...}`` notation (see
+Dictionaries are mutable; they can be created by the ``{}`` notation (see
500
section :ref:`dict`).
501
502
.. index::
0 commit comments