]> granicus.if.org Git - python/commitdiff
Issue #24232: Fix typos. Patch by Ville Skyttä.
authorBerker Peksag <berker.peksag@gmail.com>
Mon, 18 May 2015 22:38:05 +0000 (01:38 +0300)
committerBerker Peksag <berker.peksag@gmail.com>
Mon, 18 May 2015 22:38:05 +0000 (01:38 +0300)
1  2 
Doc/howto/clinic.rst
Doc/howto/logging-cookbook.rst
Doc/library/collections.rst
Doc/library/poplib.rst
Doc/library/ssl.rst

Simple merge
Simple merge
Simple merge
index fee6298076ac2321da2fd14306cd872cb60d5fee,45baad96afa6acb10fa8ff87d9ab26cdcec22d7e..8468f4c49885c0d48616b15a0aeff56271089567
@@@ -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)``.
  
-    Try to switch to UTF-8 mode. Returns the server response if sucessful,
 +
 +.. method:: POP3.utf8()
 +
++   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`.
Simple merge