#4268: Use correct module for two toplevel functions.

This commit is contained in:
Georg Brandl 2008-11-06 10:17:58 +00:00
parent ad1cb66b28
commit 8986706efa

View file

@ -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]])