[issue22465] Number agreement error in section 3.2 of web docs
New submission from Pau Amma: In https://docs.python.org/2/reference/datamodel.html#the-standard-type-hierarc..., under "numbers.Real (float)", in sentence "the savings in processor and memory usage that are usually the reason for using these is dwarfed by the overhead of using objects in Python" either "is dwarfed" should be "are dwarfed" (preferred) or "are usually" should be "is usually" ---------- assignee: docs@python components: Documentation messages: 227304 nosy: docs@python, pauamma priority: normal severity: normal status: open title: Number agreement error in section 3.2 of web docs type: enhancement versions: Python 2.7 _______________________________________ Python tracker <report@bugs.python.org> <http://bugs.python.org/issue22465> _______________________________________
Roundup Robot added the comment: New changeset 63dc1e32b715 by Terry Jan Reedy in branch '2.7': Issue 22465: grammar, number agreement. https://hg.python.org/cpython/rev/63dc1e32b715 New changeset 4848e0c6b342 by Terry Jan Reedy in branch '3.4': Issue 22465: grammar, number agreement. https://hg.python.org/cpython/rev/4848e0c6b342 ---------- nosy: +python-dev _______________________________________ Python tracker <report@bugs.python.org> <http://bugs.python.org/issue22465> _______________________________________
Terry J. Reedy added the comment: Thanks for the report. ---------- nosy: +terry.reedy resolution: -> fixed stage: -> resolved status: open -> closed _______________________________________ Python tracker <report@bugs.python.org> <http://bugs.python.org/issue22465> _______________________________________
participants (3)
-
Pau Amma -
Roundup Robot -
Terry J. Reedy