typo: privide --> provide

Reported by Nadim Ghaznavi <nadim@ghaznavi.com>.
This commit is contained in:
Fred Drake 1999-07-20 13:21:42 +00:00
parent 3d587442f9
commit 5d48e458e4
1 changed files with 1 additions and 1 deletions

View 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}