Documentation typo.

This commit is contained in:
Florent Xicluna 2011-10-23 22:23:57 +02:00
parent 2bb96f593a
commit 6d57d212a8
2 changed files with 2 additions and 2 deletions

View file

@ -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.

View file

@ -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`)