https://github.com/python/cpython/commit/8a54c677014db20a4925e6eaf5a1f1ca78e65aa4 commit: 8a54c677014db20a4925e6eaf5a1f1ca78e65aa4 branch: 3.7 author: Miss Islington (bot) <31488909+miss-islington at users.noreply.github.com> committer: GitHub <noreply at github.com> date: 2018年11月12日T09:45:05-08:00 summary: Correct grammar mistake in stdtypes.rst (GH-10481) (cherry picked from commit 7610f4fe93cf6909b5ffa28dcc46e55426243395) Co-authored-by: Andrés Delfino <adelfino at gmail.com> files: M Doc/library/stdtypes.rst 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