mirror of
https://github.com/python/cpython.git
synced 2025-11-03 19:34:08 +00:00
Issue 22465: grammar, number agreement.
This commit is contained in:
parent
97e9ec688c
commit
b6271f2d2b
1 changed files with 1 additions and 1 deletions
|
|
@ -222,7 +222,7 @@ Ellipsis
|
||||||
at the mercy of the underlying machine architecture (and C or Java
|
at the mercy of the underlying machine architecture (and C or Java
|
||||||
implementation) for the accepted range and handling of overflow. Python does not
|
implementation) for the accepted range and handling of overflow. Python does not
|
||||||
support single-precision floating point numbers; the savings in processor and
|
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
|
overhead of using objects in Python, so there is no reason to complicate the
|
||||||
language with two kinds of floating point numbers.
|
language with two kinds of floating point numbers.
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue