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:
Miss Islington (bot) 2018-11-12 09:45:05 -08:00 committed by GitHub
parent 5e51f120c0
commit 8a54c67701
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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