From: Fred Drake Date: Wed, 29 Jan 2003 05:10:27 +0000 (+0000) Subject: Move a footnote to the end of the sentence, so the note mark won't X-Git-Tag: v2.3c1~2200 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=7934bc23a82cda9f2c51df4fbe9b89886d7d9244;p=python Move a footnote to the end of the sentence, so the note mark won't interfere with the flow of the sentence. --- diff --git a/Doc/lib/email.tex b/Doc/lib/email.tex index 47bbf5be6d..debed70a70 100644 --- a/Doc/lib/email.tex +++ b/Doc/lib/email.tex @@ -323,9 +323,10 @@ family pictures that may be residing in a directory: \verbatiminput{email-mime.py} -Here's an example\footnote{Thanks to Matthew Dixon Cowles for the -original inspiration and examples.} of how to send the entire contents -of a directory as an email message: +Here's an example of how to send the entire contents of a directory as +an email message: +\footnote{Thanks to Matthew Dixon Cowles for the original inspiration + and examples.} \verbatiminput{email-dir.py}