From: Georg Brandl Date: Thu, 6 Nov 2008 10:17:58 +0000 (+0000) Subject: #4268: Use correct module for two toplevel functions. X-Git-Tag: v2.7a1~2683 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8986706efa071483aa669f51b7c7c7b2ca002d22;p=thirdparty%2FPython%2Fcpython.git #4268: Use correct module for two toplevel functions. --- diff --git a/Doc/library/email.parser.rst b/Doc/library/email.parser.rst index e47a8ae0acc2..bbfc51032e32 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]])