Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 99f8d33 commit 7927abbCopy full SHA for 7927abb
1 file changed
Doc/library/ftplib.rst
@@ -255,9 +255,9 @@ followed by ``lines`` for the text version or ``binary`` for the binary version.
255
prints the line to ``sys.stdout``.
256
257
258
-.. method:: FTP.set_pasv(boolean)
+.. method:: FTP.set_pasv(val)
259
260
- Enable "passive" mode if *boolean* is true, other disable passive mode.
+ Enable "passive" mode if *val* is true, otherwise disable passive mode.
261
Passive mode is on by default.
262
263
0 commit comments