gh-120823: Fix doc for ftplib.FTP.retrbinary() (GH-121697)

Co-authored-by: Mirela Andreea GRIGORAS <magrigoras@bitdefender.com>
This commit is contained in:
mirelagrigoras 2024-07-13 16:16:26 +02:00 committed by GitHub
parent abc3aeebdb
commit 422855ad21
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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