From 9fab5ce6624705f5cf99536f2c18e4c6a25121a5 Mon Sep 17 00:00:00 2001 From: Antoine Pitrou Date: Sun, 18 Nov 2012 18:37:02 +0100 Subject: The poplib module provides two classes, not one. --- Doc/library/poplib.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Doc/library/poplib.rst b/Doc/library/poplib.rst index 8456304..ca77e6e 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[, timeout]]) -- cgit v0.12