Skip to content

Commit cfbc841

Browse files
authored
gh-123621: Fix datamodel.rst with proper dict notation (#123648)
1 parent 68fe575 commit cfbc841

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Doc/reference/datamodel.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -499,7 +499,7 @@ in the same order they were added sequentially over the dictionary.
499499
Replacing an existing key does not change the order, however removing a key
500500
and re-inserting it will add it to the end instead of keeping its old place.
501501

502-
Dictionaries are mutable; they can be created by the ``{...}`` notation (see
502+
Dictionaries are mutable; they can be created by the ``{}`` notation (see
503503
section :ref:`dict`).
504504

505505
.. index::

0 commit comments

Comments
 (0)