From: Florent Xicluna Date: Sun, 23 Oct 2011 20:23:57 +0000 (+0200) Subject: Documentation typo. X-Git-Tag: v3.3.0a1~1085 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=6d57d212a89b38d31f6bca7b83cf789d8063f6f2;p=thirdparty%2FPython%2Fcpython.git Documentation typo. --- diff --git a/Doc/library/ftplib.rst b/Doc/library/ftplib.rst index d13f2f0754ea..3cc295a6062b 100644 --- a/Doc/library/ftplib.rst +++ b/Doc/library/ftplib.rst @@ -427,7 +427,7 @@ FTP_TLS Objects .. method:: FTP_TLS.ccc() - Revert control channel back to plaintex. This can be useful to take + Revert control channel back to plaintext. This can be useful to take advantage of firewalls that know how to handle NAT with non-secure FTP without opening fixed ports. diff --git a/Doc/whatsnew/3.3.rst b/Doc/whatsnew/3.3.rst index 95a5583d34bf..0427e81b7432 100644 --- a/Doc/whatsnew/3.3.rst +++ b/Doc/whatsnew/3.3.rst @@ -267,7 +267,7 @@ ftplib The :class:`~ftplib.FTP_TLS` class now provides a new :func:`~ftplib.FTP_TLS.ccc` function to revert control channel back to -plaintex. This can be useful to take advantage of firewalls that know how to +plaintext. This can be useful to take advantage of firewalls that know how to handle NAT with non-secure FTP without opening fixed ports. (Contributed by Giampaolo Rodolà in :issue:`12139`)