summaryrefslogtreecommitdiffstats
path: root/Doc
diff options
context:
space:
mode:
authorFred Drake <fdrake@acm.org>2001-06-08 17:09:01 (GMT)
committerFred Drake <fdrake@acm.org>2001-06-08 17:09:01 (GMT)
commit7bc50714febbd1a01c5c364844df6d9bd801eb24 (patch)
tree4331201bfe31176a76886ee9aa5b0cd06ef4af87 /Doc
parent8c27d9994103f56ce0ab7536bfbb930d117067fd (diff)
downloadcpython-7bc50714febbd1a01c5c364844df6d9bd801eb24.zip
cpython-7bc50714febbd1a01c5c364844df6d9bd801eb24.tar.gz
cpython-7bc50714febbd1a01c5c364844df6d9bd801eb24.tar.bz2
Fix the attributions for the new floating point text.
Diffstat (limited to 'Doc')
-rw-r--r--Doc/tut/tut.tex3
1 files changed, 1 insertions, 2 deletions
diff --git a/Doc/tut/tut.tex b/Doc/tut/tut.tex
index d64300e..814ef0e 100644
--- a/Doc/tut/tut.tex
+++ b/Doc/tut/tut.tex
@@ -4087,7 +4087,7 @@ be useful.
\chapter{Floating Point Arithmetic: Issues and Limitations
\label{fp-issues}}
-\sectionauthor{Tim Peters}{tim_one@msn.com}
+\sectionauthor{Tim Peters}{tim.one@home.com}
Floating-point numbers are represented in computer hardware as
base 2 (binary) fractions. For example, the decimal fraction
@@ -4253,7 +4253,6 @@ supply flexible and easy ways to round float results for display.
\section{Representation Error
\label{fp-error}}
-\sectionauthor{Guido van Rossum}{guido@python.org}
This section explains the ``0.1'' example in detail, and shows how
you can perform an exact analysis of cases like this yourself. Basic