[New-bugs-announce] [issue29952] "keys and values" is preferred to "keys and elements" for name of dict constituent

Kinebuchi Tomohiko report at bugs.python.org
Thu Mar 30 23:40:13 EDT 2017


New submission from Kinebuchi Tomohiko:

In the section "6.10.1. Value comparisons" [1]_::

   Equality comparison of the keys and elements enforces reflexivity.

would be

   Equality comparison of the keys and values enforces reflexivity.

because we usually call an entry of dict as "key-value pair".

.. [1] https://docs.python.org/3.6/reference/expressions.html#value-comparisons

----------
assignee: docs at python
components: Documentation
messages: 290890
nosy: cocoatomo, docs at python
priority: normal
severity: normal
status: open
title: "keys and values" is preferred to "keys and elements" for name of dict constituent
versions: Python 3.7

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue29952>
_______________________________________


More information about the New-bugs-announce mailing list