commit | 439e17fb0b0909457d36ee618c844c71c4e33398 | [log] [tgz] |
---|---|---|
author | Andrew Svetlov <andrew.svetlov@gmail.com> | Sun Aug 12 15:16:42 2012 +0300 |
committer | Andrew Svetlov <andrew.svetlov@gmail.com> | Sun Aug 12 15:16:42 2012 +0300 |
tree | 85a7f491300c34d7b5f8ea60e1926d5939e23130 | |
parent | 199b78d41ae81ee33928bedbbc0910b98d4edc27 [diff] [blame] |
update doctests
diff --git a/Doc/library/email.parser.rst b/Doc/library/email.parser.rst index 54e5521..6a43561 100644 --- a/Doc/library/email.parser.rst +++ b/Doc/library/email.parser.rst
@@ -251,7 +251,7 @@ Here's an example of how you might use this at an interactive Python prompt:: >>> import email - >>> msg = email.message_from_string(myString) + >>> msg = email.message_from_string(myString) # doctest: +SKIP Additional notes