Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit b17ba09

Browse files
committed
bold arguments
1 parent fa22b29 commit b17ba09

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

Doc/library/email.parser.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ Here is the API for the :class:`BytesFeedParser`:
9292
.. versionadded:: 3.2
9393

9494
.. versionchanged:: 3.3 Added the *policy* keyword.
95-
.. versionchanged:: 3.6 _factory defaults to the policy ``message_factory``.
95+
.. versionchanged:: 3.6 *_factory* defaults to the policy ``message_factory``.
9696

9797

9898
.. method:: feed(data)
@@ -148,7 +148,7 @@ message body, instead setting the payload to the raw body.
148148
.. versionchanged:: 3.3
149149
Removed the *strict* argument that was deprecated in 2.4. Added the
150150
*policy* keyword.
151-
.. versionchanged:: 3.6 _class defaults to the policy ``message_factory``.
151+
.. versionchanged:: 3.6 *_class* defaults to the policy ``message_factory``.
152152

153153

154154
.. method:: parse(fp, headersonly=False)
@@ -197,7 +197,7 @@ message body, instead setting the payload to the raw body.
197197

198198
.. versionchanged:: 3.3
199199
Removed the *strict* argument. Added the *policy* keyword.
200-
.. versionchanged:: 3.6 _class defaults to the policy ``message_factory``.
200+
.. versionchanged:: 3.6 *_class* defaults to the policy ``message_factory``.
201201

202202

203203
.. method:: parse(fp, headersonly=False)
@@ -277,7 +277,7 @@ in the top-level :mod:`email` package namespace.
277277

278278
.. versionchanged:: 3.3
279279
Removed the *strict* argument. Added the *policy* keyword.
280-
.. versionchanged:: 3.6 _class defaults to the policy ``message_factory``.
280+
.. versionchanged:: 3.6 *_class* defaults to the policy ``message_factory``.
281281

282282

283283
Here's an example of how you might use :func:`message_from_bytes` at an

0 commit comments

Comments
 (0)