mirror of
https://github.com/python/cpython.git
synced 2026-05-07 11:01:09 +00:00
Correct grammar mistake in stdtypes.rst (GH-10481)
(cherry picked from commit 7610f4fe93)
Co-authored-by: Andrés Delfino <adelfino@gmail.com>
This commit is contained in:
parent
5e51f120c0
commit
8a54c67701
1 changed files with 1 additions and 1 deletions
|
|
@ -4292,7 +4292,7 @@ pairs within braces, for example: ``{'jack': 4098, 'sjoerd': 4127}`` or ``{4098:
|
|||
|
||||
.. versionchanged:: 3.7
|
||||
Dictionary order is guaranteed to be insertion order. This behavior was
|
||||
implementation detail of CPython from 3.6.
|
||||
an implementation detail of CPython from 3.6.
|
||||
|
||||
.. seealso::
|
||||
:class:`types.MappingProxyType` can be used to create a read-only view
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue