Commit 7610f4fe authored by Andrés Delfino's avatar Andrés Delfino Committed by Miss Islington (bot)

Correct grammar mistake in stdtypes.rst (GH-10481)

parent 74387926
...@@ -4335,7 +4335,7 @@ pairs within braces, for example: ``{'jack': 4098, 'sjoerd': 4127}`` or ``{4098: ...@@ -4335,7 +4335,7 @@ pairs within braces, for example: ``{'jack': 4098, 'sjoerd': 4127}`` or ``{4098:
.. versionchanged:: 3.7 .. versionchanged:: 3.7
Dictionary order is guaranteed to be insertion order. This behavior was 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.
Dictionaries and dictionary views are reversible. :: Dictionaries and dictionary views are reversible. ::
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment