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

This commit is contained in:
Jon Ribbens 2018-07-16 18:19:42 +01:00 committed by Berker Peksag
parent 961d54c5c1
commit c9265c1534

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