diff options
author | Georg Brandl <georg@python.org> | 2006-01-15 07:55:35 (GMT) |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2006-01-15 07:55:35 (GMT) |
commit | a635fbbcb065bc24e86470173c71f2e3e5a5b8f6 (patch) | |
tree | c6f9ae4638521370090ad99cdd9d7a70a4e91fef /Doc/lib/emailutil.tex | |
parent | d056005482aa3de7145692a591d4ceb30e540d36 (diff) | |
download | cpython-a635fbbcb065bc24e86470173c71f2e3e5a5b8f6.zip cpython-a635fbbcb065bc24e86470173c71f2e3e5a5b8f6.tar.gz cpython-a635fbbcb065bc24e86470173c71f2e3e5a5b8f6.tar.bz2 |
Remove dots in \version{changed,added} argument and
correct argument order.
Diffstat (limited to 'Doc/lib/emailutil.tex')
-rw-r--r-- | Doc/lib/emailutil.tex | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Doc/lib/emailutil.tex b/Doc/lib/emailutil.tex index 3532273..491a2b9 100644 --- a/Doc/lib/emailutil.tex +++ b/Doc/lib/emailutil.tex @@ -148,10 +148,10 @@ sequence of 2-tuples containing elements of the form \end{funcdesc} \versionchanged[The \function{dump_address_pair()} function has been removed; -use \function{formataddr()} instead.]{2.4} +use \function{formataddr()} instead]{2.4} \versionchanged[The \function{decode()} function has been removed; use the -\method{Header.decode_header()} method instead.]{2.4} +\method{Header.decode_header()} method instead]{2.4} \versionchanged[The \function{encode()} function has been removed; use the -\method{Header.encode()} method instead.]{2.4} +\method{Header.encode()} method instead]{2.4} |