mirror of https://github.com/python/cpython
[3.13] gh-120823: Fix doc for ftplib.FTP.retrbinary() (GH-121697) (GH-121707)
(cherry picked from commit 422855ad21
)
Co-authored-by: Mirela Andreea GRIGORAS <magrigoras@bitdefender.com>
This commit is contained in:
parent
62572f10aa
commit
b9cfb812e2
|
@ -243,7 +243,7 @@ FTP objects
|
|||
Retrieve a file in binary transfer mode.
|
||||
|
||||
:param str cmd:
|
||||
An appropriate ``STOR`` command: :samp:`"STOR {filename}"`.
|
||||
An appropriate ``RETR`` command: :samp:`"RETR {filename}"`.
|
||||
|
||||
:param callback:
|
||||
A single parameter callable that is called
|
||||
|
|
Loading…
Reference in New Issue