8000 [3.13] gh-120823: Fix doc for ftplib.FTP.retrbinary() (GH-121697) (GH… · python/cpython@b9cfb81 · GitHub
[go: up one dir, main page]

Skip to content

Commit b9cfb81

Browse files
[3.13] gh-120823: Fix doc for ftplib.FTP.retrbinary() (GH-121697) (GH-121707)
(cherry picked from commit 422855a) Co-authored-by: Mirela Andreea GRIGORAS <magrigoras@bitdefender.com>
1 parent 62572f1 commit b9cfb81

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Doc/library/ftplib.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -243,7 +243,7 @@ FTP objects
243243
Retrieve a file in binary transfer mode.
244244

245245
:param str cmd:
246-
An appropriate ``STOR`` command: :samp:`"STOR {filename}"`.
246+
An appropriate ``RETR`` command: :samp:`"RETR {filename}"`.
247247

248248
:param callback:
249249
A single parameter callable that is called

0 commit comments

Comments
 (0)
0