From 24a643416d8bc390174d2c0a0a29e6168c941da1 Mon Sep 17 00:00:00 2001 From: Guido van Rossum Date: Fri, 28 Dec 2001 20:54:55 +0000 Subject: Update the docstring too. :-) --- Lib/ftplib.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Lib/ftplib.py b/Lib/ftplib.py index cf1f32f..436f13d 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 -- cgit v0.12