[Python-checkins] bpo-34124: Fix markup of message_from_binary_file() signature (GH-8297)

Berker Peksag webhook-mailer at python.org
Mon Jul 16 13:19:47 EDT 2018


https://github.com/python/cpython/commit/c9265c1534b7e62bb9b15460d0420c0c3bb57ff9
commit: c9265c1534b7e62bb9b15460d0420c0c3bb57ff9
branch: master
author: Jon Ribbens <jribbens at gmail.com>
committer: Berker Peksag <berker.peksag at gmail.com>
date: 2018-07-16T20:19:42+03:00
summary:

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

files:
M Doc/library/email.parser.rst

diff --git a/Doc/library/email.parser.rst b/Doc/library/email.parser.rst
index dea409d223da..e0cab6a69497 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



More information about the Python-checkins mailing list