From: Guido van Rossum Date: Fri, 28 Dec 2001 20:54:55 +0000 (+0000) Subject: Update the docstring too. :-) X-Git-Tag: v2.3c1~6937 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=24a643416d8bc390174d2c0a0a29e6168c941da1;p=thirdparty%2FPython%2Fcpython.git Update the docstring too. :-) --- diff --git a/Lib/ftplib.py b/Lib/ftplib.py index cf1f32fe724f..436f13db1673 100644 --- a/Lib/ftplib.py +++ b/Lib/ftplib.py @@ -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