diff options
author | Fred Drake <fdrake@acm.org> | 1999-07-20 13:21:42 (GMT) |
---|---|---|
committer | Fred Drake <fdrake@acm.org> | 1999-07-20 13:21:42 (GMT) |
commit | 5d48e458e4bfb92fb0df3b2d00689ae04e2e3b1f (patch) | |
tree | 55c6f487f298fe84ab1bcdce2a2ca0956a519abd /Doc | |
parent | 3d587442f9a6abca294025f8432684916ed13988 (diff) | |
download | cpython-5d48e458e4bfb92fb0df3b2d00689ae04e2e3b1f.zip cpython-5d48e458e4bfb92fb0df3b2d00689ae04e2e3b1f.tar.gz cpython-5d48e458e4bfb92fb0df3b2d00689ae04e2e3b1f.tar.bz2 |
typo: privide --> provide
Reported by Nadim Ghaznavi <nadim@ghaznavi.com>.
Diffstat (limited to 'Doc')
-rw-r--r-- | Doc/lib/libftplib.tex | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/lib/libftplib.tex b/Doc/lib/libftplib.tex index becc99b..d4813a5 100644 --- a/Doc/lib/libftplib.tex +++ b/Doc/lib/libftplib.tex @@ -182,7 +182,7 @@ data to be stored. Store a file in \ASCII{} transfer mode. \var{command} should be an appropriate \samp{STOR} command (see \method{storbinary()}). Lines are read until \EOF{} from the open file object \var{file} using its -\method{readline()} method to privide the data to be stored. +\method{readline()} method to provide the data to be stored. \end{methoddesc} \begin{methoddesc}{transfercmd}{cmd} |