Skip to content

Commit 7610f4f

Browse files
andresdelfinomiss-islington
authored andcommitted
Correct grammar mistake in stdtypes.rst (GH-10481)
1 parent 7438792 commit 7610f4f

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
@@ -4335,7 +4335,7 @@ pairs within braces, for example: ``{'jack': 4098, 'sjoerd': 4127}`` or ``{4098:
43354335

43364336
.. versionchanged:: 3.7
43374337
Dictionary order is guaranteed to be insertion order. This behavior was
4338-
implementation detail of CPython from 3.6.
4338+
an implementation detail of CPython from 3.6.
43394339

43404340
Dictionaries and dictionary views are reversible. ::
43414341

0 commit comments

Comments
 (0)