From 6ca3f7955183377aeec2a80d4cff610494da50c6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9s=20Delfino?= Date: Mon, 12 Nov 2018 08:25:53 -0300 Subject: [PATCH] Update stdtypes.rst --- Doc/library/stdtypes.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Doc/library/stdtypes.rst b/Doc/library/stdtypes.rst index 18cd0b06885af9..3375f64d94d251 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. ::