commit | e59334ebc9308b0f3ad048ef293c6b49e6456d1a | [log] [tgz] |
---|---|---|
author | Caleb Donovick <cdonovick@users.noreply.github.com> | Fri Mar 06 10:20:48 2020 -0800 |
committer | GitHub <noreply@github.com> | Fri Mar 06 10:20:48 2020 -0800 |
tree | 99faff2058d8c6a3922db51c72d5f81765a2bd9e | |
parent | 9a73705a1d0cb8b89d0a20add2ffa2c4d32950ed [diff] [blame] |
bpo-17422: slightly more precise language (GH-18682)
diff --git a/Doc/reference/datamodel.rst b/Doc/reference/datamodel.rst index 8be432d..c683d99 100644 --- a/Doc/reference/datamodel.rst +++ b/Doc/reference/datamodel.rst
@@ -1956,7 +1956,7 @@ the final class object is created the namespace is copied into a new ``dict``. If the metaclass has no ``__prepare__`` attribute, then the class namespace -is initialised as an empty :func:`dict`. +is initialised as an empty ordered mapping. .. seealso::