diff options
author | Barry Warsaw <barry@python.org> | 2004-11-01 03:59:24 (GMT) |
---|---|---|
committer | Barry Warsaw <barry@python.org> | 2004-11-01 03:59:24 (GMT) |
commit | 87d6fc51613f68290dd5ede44bd0bd980c354368 (patch) | |
tree | 35d9cee9de818ba10fa3aa2faad7487d8895a96d | |
parent | 8c72eae2378fde4e473feadd4c7139d9ec9cb8e3 (diff) | |
download | cpython-87d6fc51613f68290dd5ede44bd0bd980c354368.zip cpython-87d6fc51613f68290dd5ede44bd0bd980c354368.tar.gz cpython-87d6fc51613f68290dd5ede44bd0bd980c354368.tar.bz2 |
SF bug #1030118, this should have named the email.Utils module as the one
containing these functions. (I will backport to Python 2.3)
-rw-r--r-- | Doc/lib/emailutil.tex | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Doc/lib/emailutil.tex b/Doc/lib/emailutil.tex index b93a2b9..948adc8 100644 --- a/Doc/lib/emailutil.tex +++ b/Doc/lib/emailutil.tex @@ -1,8 +1,8 @@ \declaremodule{standard}{email.Utils} \modulesynopsis{Miscellaneous email package utilities.} -There are several useful utilities provided with the \module{email} -package. +There are several useful utilities provided in the \module{email.Utils} +module: \begin{funcdesc}{quote}{str} Return a new string with backslashes in \var{str} replaced by two |