From: Andrés Delfino Date: Mon, 12 Nov 2018 17:24:00 +0000 (-0300) Subject: Correct grammar mistake in stdtypes.rst (GH-10481) X-Git-Tag: v3.8.0a1~513 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=7610f4fe93cf6909b5ffa28dcc46e55426243395;p=thirdparty%2FPython%2Fcpython.git Correct grammar mistake in stdtypes.rst (GH-10481) --- diff --git a/Doc/library/stdtypes.rst b/Doc/library/stdtypes.rst index 18cd0b06885a..3375f64d94d2 100644 --- a/Doc/library/stdtypes.rst +++ b/Doc/library/stdtypes.rst @@ -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. ::