mirror of
https://github.com/python/cpython.git
synced 2025-07-07 19:35:27 +00:00
gh-120823: Fix doc for ftplib.FTP.retrbinary() (GH-121697)
Co-authored-by: Mirela Andreea GRIGORAS <magrigoras@bitdefender.com>
This commit is contained in:
parent
abc3aeebdb
commit
422855ad21
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue