Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 3813c9e

Browse files
committed
The poplib module provides two classes, not one.
1 parent 7c66319 commit 3813c9e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Doc/library/poplib.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ quality of POP3 servers varies widely, and too many are quite poor. If your
2424
mailserver supports IMAP, you would be better off using the
2525
:class:`imaplib.IMAP4` class, as IMAP servers tend to be better implemented.
2626

27-
A single class is provided by the :mod:`poplib` module:
27+
The :mod:`poplib` module provides two classes:
2828

2929

3030
.. class:: POP3(host, port=POP3_PORT[, timeout])

0 commit comments

Comments
 (0)