File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -231,9 +231,9 @@ followed by ``lines`` for the text version or ``binary`` for the binary version.
231
231
Retrieve a file or directory listing in ASCII transfer mode. *cmd *
232
232
should be an appropriate ``RETR `` command (see :meth: `retrbinary `) or a
233
233
command such as ``LIST ``, ``NLST `` or ``MLSD `` (usually just the string
234
- ``'LIST' ``). The *callback * function is called for each line, with the
235
- trailing CRLF stripped. The default * callback * prints the line to
236
- ``sys.stdout ``.
234
+ ``'LIST' ``). The *callback * function is called for each line with a
235
+ string argument containing the line with the trailing CRLF stripped.
236
+ The default * callback * prints the line to ``sys.stdout ``.
237
237
238
238
239
239
.. method :: FTP.set_pasv(boolean)
You can’t perform that action at this time.
0 commit comments