From 8a54c677014db20a4925e6eaf5a1f1ca78e65aa4 Mon Sep 17 00:00:00 2001 From: "Miss Islington (bot)" <31488909+miss-islington@users.noreply.github.com> Date: Mon, 12 Nov 2018 09:45:05 -0800 Subject: [PATCH] Correct grammar mistake in stdtypes.rst (GH-10481) MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit (cherry picked from commit 7610f4fe93cf6909b5ffa28dcc46e55426243395) Co-authored-by: Andrés Delfino --- 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 968c9992961b..885e765673d1 100644 --- a/Doc/library/stdtypes.rst +++ b/Doc/library/stdtypes.rst @@ -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 -- 2.47.3