From: Antoine Pitrou Date: Sun, 18 Nov 2012 17:37:02 +0000 (+0100) Subject: The poplib module provides two classes, not one. X-Git-Tag: v3.2.4rc1~327 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=3813c9efb7dd26d146e47e0e2691f4264627bd3a;p=thirdparty%2FPython%2Fcpython.git The poplib module provides two classes, not one. --- diff --git a/Doc/library/poplib.rst b/Doc/library/poplib.rst index d11d937b1f03..01f680e0a7a0 100644 --- a/Doc/library/poplib.rst +++ b/Doc/library/poplib.rst @@ -24,7 +24,7 @@ quality of POP3 servers varies widely, and too many are quite poor. If your mailserver supports IMAP, you would be better off using the :class:`imaplib.IMAP4` class, as IMAP servers tend to be better implemented. -A single class is provided by the :mod:`poplib` module: +The :mod:`poplib` module provides two classes: .. class:: POP3(host, port=POP3_PORT[, timeout])