[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:
Miss Islington (bot) 2024-07-13 16:45:32 +02:00 committed by GitHub
parent 62572f10aa
commit b9cfb812e2
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