From: Benjamin Peterson Date: Tue, 30 Dec 2014 21:17:03 +0000 (-0600) Subject: update docs for #23111 X-Git-Tag: v3.4.3rc1~185 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=bab69bf6555664a7f68ac87685216d6c8b390865;p=thirdparty%2FPython%2Fcpython.git update docs for #23111 --- diff --git a/Doc/library/ftplib.rst b/Doc/library/ftplib.rst index ede1b6c73844..3b9f50ca49ef 100644 --- a/Doc/library/ftplib.rst +++ b/Doc/library/ftplib.rst @@ -414,7 +414,7 @@ FTP_TLS Objects .. attribute:: FTP_TLS.ssl_version - The SSL version to use (defaults to *TLSv1*). + The SSL version to use (defaults to :attr:`ssl.PROTOCOL_SSLv23`). .. method:: FTP_TLS.auth()