commit | 8986706efa071483aa669f51b7c7c7b2ca002d22 | [log] [tgz] |
---|---|---|
author | Georg Brandl <georg@python.org> | Thu Nov 06 10:17:58 2008 +0000 |
committer | Georg Brandl <georg@python.org> | Thu Nov 06 10:17:58 2008 +0000 |
tree | 197bbe76695bf66b85e023aaae03894d6372f509 | |
parent | ad1cb66b28aa3c943b78c987d70630a4aa3a44a8 [diff] [blame] |
#4268: Use correct module for two toplevel functions.
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 @@ 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]])