Commit 6e5e1d92 authored by Fred Drake's avatar Fred Drake

Minor change to match the style guide.

parent 8da359bd
...@@ -210,7 +210,7 @@ These represent machine-level double precision floating point numbers. ...@@ -210,7 +210,7 @@ These represent machine-level double precision floating point numbers.
You are at the mercy of the underlying machine architecture and You are at the mercy of the underlying machine architecture and
\C{} implementation for the accepted range and handling of overflow. \C{} implementation for the accepted range and handling of overflow.
Python does not support single-precision floating point numbers; the Python does not support single-precision floating point numbers; the
savings in CPU and memory usage that are usually the reason for using savings in processor and memory usage that are usually the reason for using
these is dwarfed by the overhead of using objects in Python, so there these is dwarfed by the overhead of using objects in Python, so there
is no reason to complicate the language with two kinds of floating is no reason to complicate the language with two kinds of floating
point numbers. point numbers.
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
Fred L. Drake, Jr., editor} Fred L. Drake, Jr., editor}
\authoraddress{ \authoraddress{
\strong{PythonLabs}\\ \strong{PythonLabs}\\
E-mail: \email{python-docs@python.org} Email: \email{python-docs@python.org}
} }
\date{\today} % XXX update before release! \date{\today} % XXX update before release!
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment