]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Fix the attributions for the new floating point text.
authorFred Drake <fdrake@acm.org>
Fri, 8 Jun 2001 17:09:01 +0000 (17:09 +0000)
committerFred Drake <fdrake@acm.org>
Fri, 8 Jun 2001 17:09:01 +0000 (17:09 +0000)
Doc/tut/tut.tex

index d64300ebe1eec0f90607031911030bd04ac50c61..814ef0eba8f12b06864af97f647b3a075c7d3fda 100644 (file)
@@ -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