From b10b8ead139f75a78881e26bef9bdb88d1f3fa0f Mon Sep 17 00:00:00 2001 From: Terry Jan Reedy Date: Tue, 30 Sep 2014 19:07:45 -0400 Subject: [PATCH] Issue 22465: grammar, number agreement. --- Doc/reference/datamodel.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Doc/reference/datamodel.rst b/Doc/reference/datamodel.rst index fdcd2fd8c3..db91ad3394 100644 --- a/Doc/reference/datamodel.rst +++ b/Doc/reference/datamodel.rst @@ -234,7 +234,7 @@ Ellipsis at the mercy of the underlying machine architecture (and C or Java implementation) for the accepted range and handling of overflow. Python does not support single-precision floating point numbers; the savings in processor and - memory usage that are usually the reason for using these is dwarfed by the + memory usage that are usually the reason for using these are dwarfed by the overhead of using objects in Python, so there is no reason to complicate the language with two kinds of floating point numbers. -- 2.50.1