]> granicus.if.org Git - python/commitdiff
update docs for #23111
authorBenjamin Peterson <benjamin@python.org>
Tue, 30 Dec 2014 21:17:03 +0000 (15:17 -0600)
committerBenjamin Peterson <benjamin@python.org>
Tue, 30 Dec 2014 21:17:03 +0000 (15:17 -0600)
Doc/library/ftplib.rst

index ede1b6c73844aa034108f9fe7fa39a5fe1e004ab..3b9f50ca49efd4fb4a294bfe259bdbcfb14ad46a 100644 (file)
@@ -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()