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