diff -r fd69e2f2cb72 Lib/ftplib.py --- a/Lib/ftplib.py Mon Mar 14 18:58:41 2011 +0200 +++ b/Lib/ftplib.py Mon Mar 14 23:03:49 2011 +0100 @@ -620,7 +620,7 @@ Usage example: >>> from ftplib import FTP_TLS >>> ftps = FTP_TLS('ftp.python.org') - >>> ftps.login() # login anonimously previously securing control channel + >>> ftps.login() # login anonymously previously securing control channel '230 Guest login ok, access restrictions apply.' >>> ftps.prot_p() # switch to secure data connection '200 Protection level set to P'