diff -r c35d65c9ded3 Doc/library/ftplib.rst --- a/Doc/library/ftplib.rst Fri Nov 20 09:24:02 2015 +0100 +++ b/Doc/library/ftplib.rst Sat Nov 21 13:32:12 2015 +0100 @@ -52,8 +52,7 @@ will be used). *source_address* is a 2-tuple ``(host, port)`` for the socket to bind to as its source address before connecting. - :class:`FTP` class supports the :keyword:`with` statement. Here is a sample - on how using it: + :class:`FTP` class supports the :keyword:`with` statement, e.g.: >>> from ftplib import FTP >>> with FTP("ftp1.at.proftpd.org") as ftp: