diff options
author | Florent Xicluna <florent.xicluna@gmail.com> | 2011-10-23 20:23:57 (GMT) |
---|---|---|
committer | Florent Xicluna <florent.xicluna@gmail.com> | 2011-10-23 20:23:57 (GMT) |
commit | 6d57d212a89b38d31f6bca7b83cf789d8063f6f2 (patch) | |
tree | b230ace83c402bb84380be3cd9d198bddfbbfe2c | |
parent | 2bb96f593a067dafc7f02fef659ff22994b83399 (diff) | |
download | cpython-6d57d212a89b38d31f6bca7b83cf789d8063f6f2.zip cpython-6d57d212a89b38d31f6bca7b83cf789d8063f6f2.tar.gz cpython-6d57d212a89b38d31f6bca7b83cf789d8063f6f2.tar.bz2 |
Documentation typo.
-rw-r--r-- | Doc/library/ftplib.rst | 2 | ||||
-rw-r--r-- | Doc/whatsnew/3.3.rst | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/Doc/library/ftplib.rst b/Doc/library/ftplib.rst index d13f2f0..3cc295a 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 95a5583..0427e81 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`) |