Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit b6271f2

Browse files
committed
Issue 22465: grammar, number agreement.
1 parent 97e9ec6 commit b6271f2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Doc/reference/datamodel.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -222,7 +222,7 @@ Ellipsis
222222
at the mercy of the underlying machine architecture (and C or Java
223223
implementation) for the accepted range and handling of overflow. Python does not
224224
support single-precision floating point numbers; the savings in processor and
225-
memory usage that are usually the reason for using these is dwarfed by the
225+
memory usage that are usually the reason for using these are dwarfed by the
226226
overhead of using objects in Python, so there is no reason to complicate the
227227
language with two kinds of floating point numbers.
228228

0 commit comments

Comments
 (0)