From 43c2fabb2fe7760be462e008b39169cf16c28b4c Mon Sep 17 00:00:00 2001 From: "Miss Islington (bot)" <31488909+miss-islington@users.noreply.github.com> Date: Mon, 16 Jul 2018 11:43:41 -0700 Subject: [PATCH] bpo-34124: Fix markup of message_from_binary_file() signature (GH-8297) (cherry picked from commit c9265c1534b7e62bb9b15460d0420c0c3bb57ff9) Co-authored-by: Jon Ribbens --- Doc/library/email.parser.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Doc/library/email.parser.rst b/Doc/library/email.parser.rst index dea409d223d..e0cab6a6949 100644 --- a/Doc/library/email.parser.rst +++ b/Doc/library/email.parser.rst @@ -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