summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrés Delfino <adelfino@gmail.com>2018-11-12 17:24:00 (GMT)
committerMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>2018-11-12 17:24:00 (GMT)
commit7610f4fe93cf6909b5ffa28dcc46e55426243395 (patch)
tree647e81b89a8faedbef4b99a141111bc65d8e920e
parent74387926072abf338a4c1cec1bf0501fc65bbee5 (diff)
downloadcpython-7610f4fe93cf6909b5ffa28dcc46e55426243395.zip
cpython-7610f4fe93cf6909b5ffa28dcc46e55426243395.tar.gz
cpython-7610f4fe93cf6909b5ffa28dcc46e55426243395.tar.bz2
Correct grammar mistake in stdtypes.rst (GH-10481)
-rw-r--r--Doc/library/stdtypes.rst2
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. ::