diff options
author | Fred Drake <fdrake@acm.org> | 2001-07-14 02:14:42 (GMT) |
---|---|---|
committer | Fred Drake <fdrake@acm.org> | 2001-07-14 02:14:42 (GMT) |
commit | 17f690f96b328b810c2df9a8840bdd3171b5ee50 (patch) | |
tree | ad61a9cffe4df39d71d37e01124915c3b46b8902 /Doc/templates | |
parent | 6e5e1d924cb58be4b1922f0087e3528517f161c1 (diff) | |
download | cpython-17f690f96b328b810c2df9a8840bdd3171b5ee50.zip cpython-17f690f96b328b810c2df9a8840bdd3171b5ee50.tar.gz cpython-17f690f96b328b810c2df9a8840bdd3171b5ee50.tar.bz2 |
Minor changes to match the style guide.
Diffstat (limited to 'Doc/templates')
-rw-r--r-- | Doc/templates/howto.tex | 2 | ||||
-rw-r--r-- | Doc/templates/manual.tex | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/Doc/templates/howto.tex b/Doc/templates/howto.tex index 1f7bb6f..fdbb065 100644 --- a/Doc/templates/howto.tex +++ b/Doc/templates/howto.tex @@ -19,7 +19,7 @@ % The author and/or editor can define 'significant' however they like. \release{0.00} -% At minimum, give your name and an e-mail address. You can include a +% At minimum, give your name and an email address. You can include a % snail-mail address if you like. \author{Me, 'cause I wrote it} \authoraddress{Me, 'cause I'm self-employed.} diff --git a/Doc/templates/manual.tex b/Doc/templates/manual.tex index e1114d6..d75187c 100644 --- a/Doc/templates/manual.tex +++ b/Doc/templates/manual.tex @@ -16,7 +16,7 @@ \authoraddress{ Organization name, if applicable \\ Street address, if you want to use it \\ - E-mail: \email{your-email@your.domain} + Email: \email{your-email@your.domain} } \date{April 30, 1999} % update before release! |