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 68fe575 commit cfbc841Copy full SHA for cfbc841
Doc/reference/datamodel.rst
@@ -499,7 +499,7 @@ in the same order they were added sequentially over the dictionary.
499
Replacing an existing key does not change the order, however removing a key
500
and re-inserting it will add it to the end instead of keeping its old place.
501
502
-Dictionaries are mutable; they can be created by the ``{...}`` notation (see
+Dictionaries are mutable; they can be created by the ``{}`` notation (see
503
section :ref:`dict`).
504
505
.. index::
0 commit comments