]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Update the docstring too. :-)
authorGuido van Rossum <guido@python.org>
Fri, 28 Dec 2001 20:54:55 +0000 (20:54 +0000)
committerGuido van Rossum <guido@python.org>
Fri, 28 Dec 2001 20:54:55 +0000 (20:54 +0000)
Lib/ftplib.py

index cf1f32fe724fa4446e7bbbd11df7f78efc88a6cf..436f13db1673d62457cc3532ca980e9ce83efc22 100644 (file)
@@ -6,7 +6,7 @@ Example:
 
 >>> from ftplib import FTP
 >>> ftp = FTP('ftp.python.org') # connect to host, default port
->>> ftp.login() # default, i.e.: user anonymous, passwd user@hostname
+>>> ftp.login() # default, i.e.: user anonymous, passwd anonymous@
 '230 Guest login ok, access restrictions apply.'
 >>> ftp.retrlines('LIST') # list directory contents
 total 9