https://github.com/python/cpython/commit/cfbc841ef3c27b3e65d1223bf8fedf1f652137bc
commit: cfbc841ef3c27b3e65d1223bf8fedf1f652137bc
branch: main
author: Lipták Attila (Flash) <[email protected]>
committer: sobolevn <[email protected]>
date: 2024-09-03T22:52:00+03:00
summary:
gh-123621: Fix `datamodel.rst` with proper `dict` notation (#123648)
files:
M Doc/reference/datamodel.rst
diff --git a/Doc/reference/datamodel.rst b/Doc/reference/datamodel.rst
index 8c3134a61ed1a6..ee9703819e2674 100644
--- a/Doc/reference/datamodel.rst
+++ b/Doc/reference/datamodel.rst
@@ -499,7 +499,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
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`).
.. index::
_______________________________________________
Python-checkins mailing list -- [email protected]
To unsubscribe send an email to [email protected]
https://mail.python.org/mailman3/lists/python-checkins.python.org/
Member address: [email protected]