summaryrefslogtreecommitdiff
path: root/Doc/library/poplib.rst
diff options
context:
space:
mode:
authorTerry Jan Reedy <tjreedy@udel.edu>2016-06-11 15:02:54 -0400
committerTerry Jan Reedy <tjreedy@udel.edu>2016-06-11 15:02:54 -0400
commit54cb82bd17469410c5eb5f5e723063aa2e2b87d8 (patch)
tree601d3e857425d45dda1157c6f784a2ae19a9f0e6 /Doc/library/poplib.rst
parent76e3aa4006a7fe203b5e8c52009a14db054f5d81 (diff)
downloadcpython-54cb82bd17469410c5eb5f5e723063aa2e2b87d8.tar.gz
Issue #22558: Add remaining doc links to source code for Python-coded modules.
Reformat header above separator line (added if missing) to a common format. Patch by Yoni Lavi.
Diffstat (limited to 'Doc/library/poplib.rst')
-rw-r--r--Doc/library/poplib.rst5
1 files changed, 3 insertions, 2 deletions
diff --git a/Doc/library/poplib.rst b/Doc/library/poplib.rst
index 8468f4c498..ffabc32b6e 100644
--- a/Doc/library/poplib.rst
+++ b/Doc/library/poplib.rst
@@ -3,13 +3,14 @@
.. module:: poplib
:synopsis: POP3 protocol client (requires sockets).
+
.. sectionauthor:: Andrew T. Csillag
.. revised by ESR, January 2000
-.. index:: pair: POP3; protocol
-
**Source code:** :source:`Lib/poplib.py`
+.. index:: pair: POP3; protocol
+
--------------
This module defines a class, :class:`POP3`, which encapsulates a connection to a