diff -r 14f042958c32 Doc/library/email.parser.rst --- a/Doc/library/email.parser.rst Tue Aug 30 02:12:43 2016 -0500 +++ b/Doc/library/email.parser.rst Tue Aug 30 17:53:07 2016 +0300 @@ -206,7 +206,7 @@ Similar to the :meth:`parse` method, except it takes a byte string object instead of a file-like object. Calling this method on a byte string is - exactly equivalent to wrapping *text* in a :class:`~io.BytesIO` instance + exactly equivalent to wrapping *bytes* in a :class:`~io.BytesIO` instance first and calling :meth:`parse`. Optional *headersonly* is as with the :meth:`parse` method.