diff options
author | Berker Peksag <berker.peksag@gmail.com> | 2015-05-18 22:38:05 (GMT) |
---|---|---|
committer | Berker Peksag <berker.peksag@gmail.com> | 2015-05-18 22:38:05 (GMT) |
commit | fee05daef8b9e0e0977e413260009ebf54bf4486 (patch) | |
tree | 9990a0b16bd1c375b112cdb825ab35f977974cf9 /Doc/library/poplib.rst | |
parent | 5f120fcecbf212b12334229911d21d53535c5096 (diff) | |
parent | 315e104d11c36b9f4de0a125d639e834e06ed3e6 (diff) | |
download | cpython-fee05daef8b9e0e0977e413260009ebf54bf4486.zip cpython-fee05daef8b9e0e0977e413260009ebf54bf4486.tar.gz cpython-fee05daef8b9e0e0977e413260009ebf54bf4486.tar.bz2 |
Issue #24232: Fix typos. Patch by Ville Skyttä.
Diffstat (limited to 'Doc/library/poplib.rst')
-rw-r--r-- | Doc/library/poplib.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/library/poplib.rst b/Doc/library/poplib.rst index fee6298..8468f4c 100644 --- a/Doc/library/poplib.rst +++ b/Doc/library/poplib.rst @@ -197,7 +197,7 @@ An :class:`POP3` instance has the following methods: .. 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 |