[Python-checkins] r67117 - python/trunk/Doc/library/email.parser.rst

georg.brandl python-checkins at python.org
Thu Nov 6 11:17:59 CET 2008


Author: georg.brandl
Date: Thu Nov  6 11:17:58 2008
New Revision: 67117

Log:
#4268: Use correct module for two toplevel functions.


Modified:
   python/trunk/Doc/library/email.parser.rst

Modified: python/trunk/Doc/library/email.parser.rst
==============================================================================
--- python/trunk/Doc/library/email.parser.rst	(original)
+++ python/trunk/Doc/library/email.parser.rst	Thu Nov  6 11:17:58 2008
@@ -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]])
 


More information about the Python-checkins mailing list