typos only

This commit is contained in:
Guido van Rossum 1995-08-10 14:21:11 +00:00
parent eafe32a639
commit 0bbbea15e6
6 changed files with 10 additions and 6 deletions

View file

@ -7,7 +7,7 @@ This module defines the class \code{FTP} and a few related items. The
\code{FTP} class implements the client side of the FTP protocol. You
can use this to write Python programs that perform a variety of
automated FTP jobs, such as mirroring other ftp servers. It is also
used bu the module \code{urllib} to handle URLs that use FTP. For
used by the module \code{urllib} to handle URLs that use FTP. For
more information on FTP (File Transfer Protocol), see Internet RFC
959.