]> granicus.if.org Git - python/commitdiff
bpo-34124: Fix markup of message_from_binary_file() signature (GH-8297)
authorJon Ribbens <jribbens@gmail.com>
Mon, 16 Jul 2018 17:19:42 +0000 (18:19 +0100)
committerBerker Peksag <berker.peksag@gmail.com>
Mon, 16 Jul 2018 17:19:42 +0000 (20:19 +0300)
Doc/library/email.parser.rst

index dea409d223da4cf783e50fd131648ce094d49772..e0cab6a69497431cff245b4053b892f5fe0d9111 100644 (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