summaryrefslogtreecommitdiffstats
path: root/Doc/lib
diff options
context:
space:
mode:
authorFred Drake <fdrake@acm.org>2001-08-14 11:42:13 (GMT)
committerFred Drake <fdrake@acm.org>2001-08-14 11:42:13 (GMT)
commit280f7253e4a9928ca1601cd8d7fba18bfd432dd5 (patch)
tree6034913df0c083900ede93427a64e8be9325334d /Doc/lib
parentbf781a95c0af16d6a0a1e99c3ddd63af0ffffb7e (diff)
downloadcpython-280f7253e4a9928ca1601cd8d7fba18bfd432dd5.zip
cpython-280f7253e4a9928ca1601cd8d7fba18bfd432dd5.tar.gz
cpython-280f7253e4a9928ca1601cd8d7fba18bfd432dd5.tar.bz2
Insert omitted "the".
Diffstat (limited to 'Doc/lib')
-rw-r--r--Doc/lib/libpoplib.tex2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/lib/libpoplib.tex b/Doc/lib/libpoplib.tex
index 1df47e7..7f3af4c 100644
--- a/Doc/lib/libpoplib.tex
+++ b/Doc/lib/libpoplib.tex
@@ -13,7 +13,7 @@
\indexii{POP3}{protocol}
This module defines a class, \class{POP3}, which encapsulates a
-connection to an POP3 server and implements protocol as defined in
+connection to an POP3 server and implements the protocol as defined in
\rfc{1725}. The \class{POP3} class supports both the minimal and
optional command sets.