summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFred Drake <fdrake@acm.org>2001-08-14 11:42:13 +0000
committerFred Drake <fdrake@acm.org>2001-08-14 11:42:13 +0000
commitaa2e3fe569f473b2e4dcedff5396e3c00d194bb5 (patch)
tree7499b6319deea0925ef466ef5ec586730bb75c77
parentd21503a1a28dad4665aec6d173ca1f831d61100c (diff)
downloadcpython-aa2e3fe569f473b2e4dcedff5396e3c00d194bb5.tar.gz
Insert omitted "the".
-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 1df47e74cc..7f3af4c79c 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.