Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 24a6434

Browse files
committed
Update the docstring too. :-)
1 parent c33e077 commit 24a6434

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Lib/ftplib.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
77
>>> from ftplib import FTP
88
>>> ftp = FTP('ftp.python.org') # connect to host, default port
9-
>>> ftp.login() # default, i.e.: user anonymous, passwd user@hostname
9+
>>> ftp.login() # default, i.e.: user anonymous, passwd anonymous@
1010
'230 Guest login ok, access restrictions apply.'
1111
>>> ftp.retrlines('LIST') # list directory contents
1212
total 9

0 commit comments

Comments
 (0)