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 95ebca1 commit aeb39b7Copy full SHA for aeb39b7
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