From: Berker Peksag Date: Mon, 18 May 2015 22:38:05 +0000 (+0300) Subject: Issue #24232: Fix typos. Patch by Ville Skyttä. X-Git-Tag: v3.5.0b1~77 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=fee05daef8b9e0e0977e413260009ebf54bf4486;p=python Issue #24232: Fix typos. Patch by Ville Skyttä. --- fee05daef8b9e0e0977e413260009ebf54bf4486 diff --cc Doc/library/poplib.rst index fee6298076,45baad96af..8468f4c498 --- a/Doc/library/poplib.rst +++ b/Doc/library/poplib.rst @@@ -194,15 -194,6 +194,15 @@@ An :class:`POP3` instance has the follo the unique id for that message in the form ``'response mesgnum uid``, otherwise result is list ``(response, ['mesgnum uid', ...], octets)``. + +.. method:: POP3.utf8() + - Try to switch to UTF-8 mode. Returns the server response if sucessful, ++ Try to switch to UTF-8 mode. Returns the server response if successful, + raises :class:`error_proto` if not. Specified in :RFC:`6856`. + + .. versionadded:: 3.5 + + .. method:: POP3.stls(context=None) Start a TLS session on the active connection as specified in :rfc:`2595`.