Skip to content

Commit 8a54c67

Browse files
Correct grammar mistake in stdtypes.rst (GH-10481)
(cherry picked from commit 7610f4f) Co-authored-by: Andrés Delfino <[email protected]>
1 parent 5e51f12 commit 8a54c67

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Doc/library/stdtypes.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4292,7 +4292,7 @@ pairs within braces, for example: ``{'jack': 4098, 'sjoerd': 4127}`` or ``{4098:
42924292

42934293
.. versionchanged:: 3.7
42944294
Dictionary order is guaranteed to be insertion order. This behavior was
4295-
implementation detail of CPython from 3.6.
4295+
an implementation detail of CPython from 3.6.
42964296

42974297
.. seealso::
42984298
:class:`types.MappingProxyType` can be used to create a read-only view

0 commit comments

Comments
 (0)