[Python-checkins] cpython: Documentation typo.

florent.xicluna python-checkins at python.org
Sun Oct 23 22:24:33 CEST 2011


http://hg.python.org/cpython/rev/94e275e6450c
changeset:   73077:94e275e6450c
user:        Florent Xicluna <florent.xicluna at gmail.com>
date:        Sun Oct 23 22:23:57 2011 +0200
summary:
  Documentation typo.

files:
  Doc/library/ftplib.rst |  2 +-
  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
--- a/Doc/library/ftplib.rst
+++ b/Doc/library/ftplib.rst
@@ -427,7 +427,7 @@
 
 .. 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
--- a/Doc/whatsnew/3.3.rst
+++ b/Doc/whatsnew/3.3.rst
@@ -267,7 +267,7 @@
 
 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`)

-- 
Repository URL: http://hg.python.org/cpython


More information about the Python-checkins mailing list