]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
The poplib module provides two classes, not one.
authorAntoine Pitrou <solipsis@pitrou.net>
Sun, 18 Nov 2012 17:37:02 +0000 (18:37 +0100)
committerAntoine Pitrou <solipsis@pitrou.net>
Sun, 18 Nov 2012 17:37:02 +0000 (18:37 +0100)
Doc/library/poplib.rst

index 84563040ea38065882b83aa977603b1e191a7dc4..ca77e6e8653821cfca7cbf179d34c335ed985a87 100644 (file)
@@ -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]])