From: Fred Drake Date: Tue, 14 Aug 2001 11:42:13 +0000 (+0000) Subject: Insert omitted "the". X-Git-Tag: v2.2a3~571 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=280f7253e4a9928ca1601cd8d7fba18bfd432dd5;p=thirdparty%2FPython%2Fcpython.git Insert omitted "the". --- diff --git a/Doc/lib/libpoplib.tex b/Doc/lib/libpoplib.tex index 1df47e74ccd2..7f3af4c79c8c 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.