8000 [3.12] gh-123621: Fix `datamodel.rst` with proper `dict` notation (GH… · python/cpython@252ed6d · GitHub
[go: up one dir, main page]

Skip to content

Commit 252ed6d

Browse files
[3.12] gh-123621: Fix datamodel.rst with proper dict notation (GH-123648) (#123654)
gh-123621: Fix `datamodel.rst` with proper `dict` notation (GH-123648) (cherry picked from commit cfbc841) Co-authored-by: Lipták Attila (Flash) <113017309+AttilaLiptak@users.noreply.github.com>
1 parent 4170bdd commit 252ed6d

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
@@ -496,7 +496,7 @@ in the same order they were added sequentially over the dictionary.
496496
Replacing an existing key does not change the order, however removing a key
497497
and re-inserting it will add it to the end instead of keeping its old place.
498498

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

502502
.. index::

0 commit comments

Comments
 (0)
0