[Python-checkins] cpython (2.7): Issue 22465: grammar, number agreement.

terry.reedy python-checkins at python.org
Wed Oct 1 01:09:38 CEST 2014


https://hg.python.org/cpython/rev/63dc1e32b715
changeset:   92694:63dc1e32b715
branch:      2.7
user:        Terry Jan Reedy <tjreedy at udel.edu>
date:        Tue Sep 30 19:07:45 2014 -0400
summary:
  Issue 22465: grammar, number agreement.

files:
  Doc/reference/datamodel.rst |  2 +-
  1 files changed, 1 insertions(+), 1 deletions(-)


diff --git a/Doc/reference/datamodel.rst b/Doc/reference/datamodel.rst
--- a/Doc/reference/datamodel.rst
+++ b/Doc/reference/datamodel.rst
@@ -234,7 +234,7 @@
       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.
 

-- 
Repository URL: https://hg.python.org/cpython


More information about the Python-checkins mailing list