Correct grammar mistake in stdtypes.rst (GH-10481)

(cherry picked from commit 7610f4fe93cf6909b5ffa28dcc46e55426243395)

Co-authored-by: Andrés Delfino <adelfino@gmail.com>
diff --git a/Doc/library/stdtypes.rst b/Doc/library/stdtypes.rst
index 968c999..885e765 100644
--- a/Doc/library/stdtypes.rst
+++ b/Doc/library/stdtypes.rst
@@ -4292,7 +4292,7 @@
 
    .. 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