mirror of
https://github.com/python/cpython.git
synced 2025-11-01 02:38:53 +00:00
Documentation typo.
This commit is contained in:
parent
2bb96f593a
commit
6d57d212a8
2 changed files with 2 additions and 2 deletions
|
|
@ -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.
|
||||
|
||||
|
|
|
|||
|
|
@ -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`)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue