Skip to content

Commit c9265c1

Browse files
jribbensberkerpeksag
authored andcommitted
bpo-34124: Fix markup of message_from_binary_file() signature (GH-8297)
1 parent 961d54c commit c9265c1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Doc/library/email.parser.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -246,7 +246,7 @@ in the top-level :mod:`email` package namespace.
246246
Removed the *strict* argument. Added the *policy* keyword.
247247

248248

249-
.. function:: message_from_binary_file(fp, _class=None, *,
249+
.. function:: message_from_binary_file(fp, _class=None, *, \
250250
policy=policy.compat32)
251251

252252
Return a message object structure tree from an open binary :term:`file

0 commit comments

Comments
 (0)