mirror of https://github.com/python/cpython
[3.13] gh-123621: Fix `datamodel.rst` with proper `dict` notation (GH-123648) (#123653)
gh-123621: Fix `datamodel.rst` with proper `dict` notation (GH-123648)
(cherry picked from commit cfbc841ef3
)
Co-authored-by: Lipták Attila (Flash) <113017309+AttilaLiptak@users.noreply.github.com>
This commit is contained in:
parent
95ebca1e99
commit
aeb39b72b2
|
@ -496,7 +496,7 @@ in the same order they were added sequentially over the dictionary.
|
||||||
Replacing an existing key does not change the order, however removing a key
|
Replacing an existing key does not change the order, however removing a key
|
||||||
and re-inserting it will add it to the end instead of keeping its old place.
|
and re-inserting it will add it to the end instead of keeping its old place.
|
||||||
|
|
||||||
Dictionaries are mutable; they can be created by the ``{...}`` notation (see
|
Dictionaries are mutable; they can be created by the ``{}`` notation (see
|
||||||
section :ref:`dict`).
|
section :ref:`dict`).
|
||||||
|
|
||||||
.. index::
|
.. index::
|
||||||
|
|
Loading…
Reference in New Issue