File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -221,7 +221,7 @@ FTP objects
221
221
``NLST `` retrieves a list of file names.
222
222
The *callback * function is called for each line with a string argument
223
223
containing the line with the trailing CRLF stripped. The default *callback *
224
- prints the line to `` sys.stdout ` `.
224
+ prints the line to :data: ` sys.stdout `.
225
225
226
226
227
227
.. method :: FTP.set_pasv(val)
@@ -311,7 +311,7 @@ FTP objects
311
311
current server directory). Multiple arguments can be used to pass non-standard
312
312
options to the ``LIST `` command. If the last argument is a function, it is used
313
313
as a *callback * function as for :meth: `retrlines `; the default prints to
314
- `` sys.stdout ` `. This method returns ``None ``.
314
+ :data: ` sys.stdout `. This method returns ``None ``.
315
315
316
316
.. note :: If your server supports the command, :meth:`mlsd` offers a better API.
317
317
You can’t perform that action at this time.
0 commit comments