diff options
author | Georg Brandl <georg@python.org> | 2013-11-24 15:09:26 (GMT) |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2013-11-24 15:09:26 (GMT) |
commit | ed007d5b1b50c7f9dc27a7e84448e1aea02605fd (patch) | |
tree | ce491d3ec2c23dc527b1ac0196be5342b3cd83ef /Doc/library/email.contentmanager.rst | |
parent | 163d7f02a1091eb7386ffeb4de6c7aa282254181 (diff) | |
download | cpython-ed007d5b1b50c7f9dc27a7e84448e1aea02605fd.zip cpython-ed007d5b1b50c7f9dc27a7e84448e1aea02605fd.tar.gz cpython-ed007d5b1b50c7f9dc27a7e84448e1aea02605fd.tar.bz2 |
Fix suspicious markup in the docs.
Diffstat (limited to 'Doc/library/email.contentmanager.rst')
-rw-r--r-- | Doc/library/email.contentmanager.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Doc/library/email.contentmanager.rst b/Doc/library/email.contentmanager.rst index f3ba794..5162da1 100644 --- a/Doc/library/email.contentmanager.rst +++ b/Doc/library/email.contentmanager.rst @@ -96,7 +96,7 @@ this module. only it when looking for candidate matches. Otherwise consider only the first (default root) part of the ``multipart/related``. - If a part has a :mailheader:``Content-Disposition`` header, only consider + If a part has a :mailheader:`Content-Disposition` header, only consider the part a candidate match if the value of the header is ``inline``. If none of the candidates matches any of the preferences in @@ -134,7 +134,7 @@ this module. Return an iterator over all of the immediate sub-parts of the message, which will be empty for a non-``multipart``. (See also - :meth:``~email.message.walk``.) + :meth:`~email.message.walk`.) .. method:: get_content(*args, content_manager=None, **kw) |