mirror of https://github.com/python/cpython
typo: privide --> provide
Reported by Nadim Ghaznavi <nadim@ghaznavi.com>.
This commit is contained in:
parent
3d587442f9
commit
5d48e458e4
|
@ -182,7 +182,7 @@ data to be stored.
|
||||||
Store a file in \ASCII{} transfer mode. \var{command} should be an
|
Store a file in \ASCII{} transfer mode. \var{command} should be an
|
||||||
appropriate \samp{STOR} command (see \method{storbinary()}). Lines are
|
appropriate \samp{STOR} command (see \method{storbinary()}). Lines are
|
||||||
read until \EOF{} from the open file object \var{file} using its
|
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}
|
\end{methoddesc}
|
||||||
|
|
||||||
\begin{methoddesc}{transfercmd}{cmd}
|
\begin{methoddesc}{transfercmd}{cmd}
|
||||||
|
|
Loading…
Reference in New Issue