]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
#4268: Use correct module for two toplevel functions.
authorGeorg Brandl <georg@python.org>
Thu, 6 Nov 2008 10:17:58 +0000 (10:17 +0000)
committerGeorg Brandl <georg@python.org>
Thu, 6 Nov 2008 10:17:58 +0000 (10:17 +0000)
Doc/library/email.parser.rst

index e47a8ae0acc26467ef49dde13283dfd937747ab1..bbfc51032e32753030557406d7cb312e1914b7a6 100644 (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]])