]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
typo: privide --> provide
authorFred Drake <fdrake@acm.org>
Tue, 20 Jul 1999 13:21:42 +0000 (13:21 +0000)
committerFred Drake <fdrake@acm.org>
Tue, 20 Jul 1999 13:21:42 +0000 (13:21 +0000)
Reported by Nadim Ghaznavi <nadim@ghaznavi.com>.

Doc/lib/libftplib.tex

index becc99b3bc90688517b6b06c1f54f5f1e226e320..d4813a58a400d338c519c99cac9e1b606ff192cb 100644 (file)
@@ -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}