mirror of
https://github.com/python/cpython.git
synced 2025-07-23 11:15:24 +00:00
typos only
This commit is contained in:
parent
eafe32a639
commit
0bbbea15e6
6 changed files with 10 additions and 6 deletions
|
@ -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.
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue