]> granicus.if.org Git - python/commitdiff
Correct grammar mistake in stdtypes.rst (GH-10481)
authorAndrés Delfino <adelfino@gmail.com>
Mon, 12 Nov 2018 17:24:00 +0000 (14:24 -0300)
committerMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Mon, 12 Nov 2018 17:24:00 +0000 (09:24 -0800)
Doc/library/stdtypes.rst

index 18cd0b06885af9ca321dd866d6498f3cbee471f3..3375f64d94d251c5de991762376ce502b629c974 100644 (file)
@@ -4335,7 +4335,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.
 
    Dictionaries and dictionary views are reversible. ::