From 8986706efa071483aa669f51b7c7c7b2ca002d22 Mon Sep 17 00:00:00 2001 From: Georg Brandl Date: Thu, 6 Nov 2008 10:17:58 +0000 Subject: [PATCH] #4268: Use correct module for two toplevel functions. --- Doc/library/email.parser.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/Doc/library/email.parser.rst b/Doc/library/email.parser.rst index e47a8ae0ac..bbfc51032e 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]]) -- 2.50.1