summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAntoine Pitrou <solipsis@pitrou.net>2012-11-18 17:37:02 (GMT)
committerAntoine Pitrou <solipsis@pitrou.net>2012-11-18 17:37:02 (GMT)
commit9fab5ce6624705f5cf99536f2c18e4c6a25121a5 (patch)
treef3262d414f2594aea74e2aefb7abc31cb22be2be
parentdb5947f0f3a662f1e8e9201295a3f2288b0bbe8c (diff)
downloadcpython-9fab5ce6624705f5cf99536f2c18e4c6a25121a5.zip
cpython-9fab5ce6624705f5cf99536f2c18e4c6a25121a5.tar.gz
cpython-9fab5ce6624705f5cf99536f2c18e4c6a25121a5.tar.bz2
The poplib module provides two classes, not one.
-rw-r--r--Doc/library/poplib.rst2
1 files changed, 1 insertions, 1 deletions
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]])