bpo-29952: Use usual terminology of dict (GH-917) · python/cpython@cdcac03

Original file line numberDiff line numberDiff line change

@@ -1355,7 +1355,7 @@ built-in types.

13551355

true).

13561356
13571357

* Mappings (instances of :class:`dict`) compare equal if and only if they have

1358-

equal `(key, value)` pairs. Equality comparison of the keys and elements

1358+

equal `(key, value)` pairs. Equality comparison of the keys and values

13591359

enforces reflexivity.

13601360
13611361

Order comparisons (``<``, ``>``, ``<=``, and ``>=``) raise :exc:`TypeError`.