]> granicus.if.org Git - python/commitdiff
Documentation typo.
authorFlorent Xicluna <florent.xicluna@gmail.com>
Sun, 23 Oct 2011 20:23:57 +0000 (22:23 +0200)
committerFlorent Xicluna <florent.xicluna@gmail.com>
Sun, 23 Oct 2011 20:23:57 +0000 (22:23 +0200)
Doc/library/ftplib.rst
Doc/whatsnew/3.3.rst

index d13f2f0754eabc7ef132047eeec8c966bac5329b..3cc295a6062bdd1cc5160d74e7cd61a957ad8cfe 100644 (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.
 
index 95a5583d34bf6047e5d95bb3cf7f66b2d9497bd0..0427e81b7432575b4798edcfb9daa05ee2d6c137 100644 (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`)