]> granicus.if.org Git - python/commitdiff
Move a footnote to the end of the sentence, so the note mark won't
authorFred Drake <fdrake@acm.org>
Wed, 29 Jan 2003 05:10:27 +0000 (05:10 +0000)
committerFred Drake <fdrake@acm.org>
Wed, 29 Jan 2003 05:10:27 +0000 (05:10 +0000)
interfere with the flow of the sentence.

Doc/lib/email.tex

index 47bbf5be6da612890f2c230aa030547c69bdce4d..debed70a709171aaa3ed03b20f2a918014278a33 100644 (file)
@@ -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}