summaryrefslogtreecommitdiffstats
path: root/Doc/libftplib.tex
diff options
context:
space:
mode:
authorGuido van Rossum <guido@python.org>1995-08-10 14:21:11 (GMT)
committerGuido van Rossum <guido@python.org>1995-08-10 14:21:11 (GMT)
commit0bbbea15e6675131412ee2af6ea62b07cd63c75e (patch)
tree0196ec0603992a12e4284add6381231e19d14233 /Doc/libftplib.tex
parenteafe32a639b8477a3684df4b57c2c114be190eaf (diff)
downloadcpython-0bbbea15e6675131412ee2af6ea62b07cd63c75e.zip
cpython-0bbbea15e6675131412ee2af6ea62b07cd63c75e.tar.gz
cpython-0bbbea15e6675131412ee2af6ea62b07cd63c75e.tar.bz2
typos only
Diffstat (limited to 'Doc/libftplib.tex')
-rw-r--r--Doc/libftplib.tex2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/libftplib.tex b/Doc/libftplib.tex
index 63cde96..3fda77a 100644
--- a/Doc/libftplib.tex
+++ b/Doc/libftplib.tex
@@ -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.