diff options
-rw-r--r-- | Doc/library/stdtypes.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/library/stdtypes.rst b/Doc/library/stdtypes.rst index 18cd0b0..3375f64 100644 --- a/Doc/library/stdtypes.rst +++ b/Doc/library/stdtypes.rst @@ -4335,7 +4335,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. Dictionaries and dictionary views are reversible. :: |