diff options
author | Georg Brandl <georg@python.org> | 2008-11-06 10:17:58 (GMT) |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2008-11-06 10:17:58 (GMT) |
commit | 8986706efa071483aa669f51b7c7c7b2ca002d22 (patch) | |
tree | 197bbe76695bf66b85e023aaae03894d6372f509 /Doc/library | |
parent | ad1cb66b28aa3c943b78c987d70630a4aa3a44a8 (diff) | |
download | cpython-8986706efa071483aa669f51b7c7c7b2ca002d22.zip cpython-8986706efa071483aa669f51b7c7c7b2ca002d22.tar.gz cpython-8986706efa071483aa669f51b7c7c7b2ca002d22.tar.bz2 |
#4268: Use correct module for two toplevel functions.
Diffstat (limited to 'Doc/library')
-rw-r--r-- | Doc/library/email.parser.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Doc/library/email.parser.rst b/Doc/library/email.parser.rst index e47a8ae..bbfc510 100644 --- a/Doc/library/email.parser.rst +++ b/Doc/library/email.parser.rst @@ -159,6 +159,7 @@ Since creating a message object structure from a string or a file object is such a common task, two functions are provided as a convenience. They are available in the top-level :mod:`email` package namespace. +.. currentmodule:: email .. function:: message_from_string(s[, _class[, strict]]) |