Skip to content

Commit 971d84f

Browse files
authored
Fix comment indentation
1 parent db6a778 commit 971d84f

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
@@ -22,7 +22,7 @@ as mirroring other FTP servers. It is also used by the module
2222
Here's a sample session using the :mod:`ftplib` module::
2323

2424
>>> from ftplib import FTP
25-
>>> ftp = FTP('ftp.us.debian.org') # connect to host, default port
25+
>>> ftp = FTP('ftp.us.debian.org') # connect to host, default port
2626
>>> ftp.login() # user anonymous, passwd anonymous@
2727
'230 Login successful.'
2828
>>> ftp.cwd('debian') # change into "debian" directory

0 commit comments

Comments
 (0)