From: Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> Date: Mon, 12 Nov 2018 17:45:05 +0000 (-0800) Subject: Correct grammar mistake in stdtypes.rst (GH-10481) X-Git-Tag: v3.7.2rc1~153 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=8a54c677014db20a4925e6eaf5a1f1ca78e65aa4;p=thirdparty%2FPython%2Fcpython.git Correct grammar mistake in stdtypes.rst (GH-10481) (cherry picked from commit 7610f4fe93cf6909b5ffa28dcc46e55426243395) Co-authored-by: Andrés Delfino --- 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