diff options
author | Fred Drake <fdrake@acm.org> | 2002-10-28 19:28:22 (GMT) |
---|---|---|
committer | Fred Drake <fdrake@acm.org> | 2002-10-28 19:28:22 (GMT) |
commit | d0c7137c8b816d006e3ad3f21fe75d2359ce04b5 (patch) | |
tree | a913128387b31ceb60b73ceb5aea3e465fbf98e8 | |
parent | 6d8905012c3dcaf8b18d16977b066a83b5c36e7d (diff) | |
download | cpython-d0c7137c8b816d006e3ad3f21fe75d2359ce04b5.zip cpython-d0c7137c8b816d006e3ad3f21fe75d2359ce04b5.tar.gz cpython-d0c7137c8b816d006e3ad3f21fe75d2359ce04b5.tar.bz2 |
Chapter titles that get split over multiple lines in the typeset
formats can't have whitespace after the last non-blank character (bug
in LaTeX?); fix up a couple of instances of this.
Update an email address.
-rw-r--r-- | Doc/tut/tut.tex | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/Doc/tut/tut.tex b/Doc/tut/tut.tex index 5bbab35..cfc56f0 100644 --- a/Doc/tut/tut.tex +++ b/Doc/tut/tut.tex @@ -4184,8 +4184,7 @@ and may already contain the solution for your problem. \appendix -\chapter{Interactive Input Editing and History Substitution - \label{interacting}} +\chapter{Interactive Input Editing and History Substitution\label{interacting}} Some versions of the Python interpreter support editing of the current input line and history substitution, similar to facilities found in @@ -4347,9 +4346,8 @@ check (or even suggest) matching parentheses, quotes, etc., would also be useful. -\chapter{Floating Point Arithmetic: Issues and Limitations - \label{fp-issues}} -\sectionauthor{Tim Peters}{tim.one@home.com} +\chapter{Floating Point Arithmetic: Issues and Limitations\label{fp-issues}} +\sectionauthor{Tim Peters}{tim_one@email.msn.com} Floating-point numbers are represented in computer hardware as base 2 (binary) fractions. For example, the decimal fraction |