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 db6a778 commit 971d84fCopy full SHA for 971d84f
Doc/library/ftplib.rst
@@ -22,7 +22,7 @@ as mirroring other FTP servers. It is also used by the module
22
Here's a sample session using the :mod:`ftplib` module::
23
24
>>> from ftplib import FTP
25
- >>> ftp = FTP('ftp.us.debian.org') # connect to host, default port
+ >>> ftp = FTP('ftp.us.debian.org') # connect to host, default port
26
>>> ftp.login() # user anonymous, passwd anonymous@
27
'230 Login successful.'
28
>>> ftp.cwd('debian') # change into "debian" directory
0 commit comments