bpo-34124: Fix markup of message_from_binary_file() signature (GH-8297)

(cherry picked from commit c9265c1534)

Co-authored-by: Jon Ribbens <jribbens@gmail.com>
This commit is contained in:
Miss Islington (bot) 2018-07-16 11:43:41 -07:00 committed by Berker Peksag
parent 0a820a2030
commit 43c2fabb2f
1 changed files with 1 additions and 1 deletions

View File

@ -246,7 +246,7 @@ in the top-level :mod:`email` package namespace.
Removed the *strict* argument. Added the *policy* keyword.
.. function:: message_from_binary_file(fp, _class=None, *,
.. function:: message_from_binary_file(fp, _class=None, *, \
policy=policy.compat32)
Return a message object structure tree from an open binary :term:`file