Skip to content

Commit

Permalink
gh-120823: Fix doc for ftplib.FTP.retrbinary() (GH-121697)
Browse files Browse the repository at this point in the history
Co-authored-by: Mirela Andreea GRIGORAS <[email protected]>
  • Loading branch information
mirelagrigoras and magrigoras-bd authored Jul 13, 2024
1 parent abc3aee commit 422855a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Doc/library/ftplib.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 422855a

Please sign in to comment.