]> granicus.if.org Git - python/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 d11d937b1f033314bb7da6e44385bc7985c5ee3a..01f680e0a7a0f693f4276a7097a9449878a73169 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=POP3_PORT[, timeout])