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
1 changed files with 1 additions and 1 deletions

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