From: Fred Drake Date: Tue, 20 Jul 1999 13:21:42 +0000 (+0000) Subject: typo: privide --> provide X-Git-Tag: v1.6a1~1073 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=5d48e458e4bfb92fb0df3b2d00689ae04e2e3b1f;p=thirdparty%2FPython%2Fcpython.git typo: privide --> provide Reported by Nadim Ghaznavi . --- diff --git a/Doc/lib/libftplib.tex b/Doc/lib/libftplib.tex index becc99b3bc90..d4813a58a400 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}