summaryrefslogtreecommitdiffstats
path: root/Doc
diff options
context:
space:
mode:
authorFred Drake <fdrake@acm.org>2003-01-29 05:10:27 (GMT)
committerFred Drake <fdrake@acm.org>2003-01-29 05:10:27 (GMT)
commit7934bc23a82cda9f2c51df4fbe9b89886d7d9244 (patch)
tree8c0c61ab8349d03cbd59837eae5d4297f60f0d7f /Doc
parent2c60f7a13697bbc19c4d5ef0b052c34cf1848244 (diff)
downloadcpython-7934bc23a82cda9f2c51df4fbe9b89886d7d9244.zip
cpython-7934bc23a82cda9f2c51df4fbe9b89886d7d9244.tar.gz
cpython-7934bc23a82cda9f2c51df4fbe9b89886d7d9244.tar.bz2
Move a footnote to the end of the sentence, so the note mark won't
interfere with the flow of the sentence.
Diffstat (limited to 'Doc')
-rw-r--r--Doc/lib/email.tex7
1 files changed, 4 insertions, 3 deletions
diff --git a/Doc/lib/email.tex b/Doc/lib/email.tex
index 47bbf5b..debed70 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}