]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Correct grammar mistake in stdtypes.rst (GH-10481)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Mon, 12 Nov 2018 17:45:05 +0000 (09:45 -0800)
committerGitHub <noreply@github.com>
Mon, 12 Nov 2018 17:45:05 +0000 (09:45 -0800)
(cherry picked from commit 7610f4fe93cf6909b5ffa28dcc46e55426243395)

Co-authored-by: Andrés Delfino <adelfino@gmail.com>
Doc/library/stdtypes.rst

index 968c9992961b1055e07bcca980f9259ddb0c5449..885e765673d18b64abde7c02d9b95d1a19ca5bfd 100644 (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