]> granicus.if.org Git - python/commitdiff
Issue 22465: grammar, number agreement.
authorTerry Jan Reedy <tjreedy@udel.edu>
Tue, 30 Sep 2014 23:07:49 +0000 (19:07 -0400)
committerTerry Jan Reedy <tjreedy@udel.edu>
Tue, 30 Sep 2014 23:07:49 +0000 (19:07 -0400)
Doc/reference/datamodel.rst

index d401ee06f55b5414827f3bd9c14e983158adf513..e992f11490d32584227ed344af3bf3cb3fe3def4 100644 (file)
@@ -222,7 +222,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.