diff options
author | Martin Panter <vadmium+py@gmail.com> | 2016-05-28 02:20:39 (GMT) |
---|---|---|
committer | Martin Panter <vadmium+py@gmail.com> | 2016-05-28 02:20:39 (GMT) |
commit | fe289c0f6f2ecbc06a9aa4183304bb6db7c03f7b (patch) | |
tree | 715a1df308b1103b7dc2e34db063fbe0870c3ef6 /Doc/library/ftplib.rst | |
parent | 6bb91f3b6e51352f91bcf785d3f6fe160ed2cd85 (diff) | |
download | cpython-fe289c0f6f2ecbc06a9aa4183304bb6db7c03f7b.zip cpython-fe289c0f6f2ecbc06a9aa4183304bb6db7c03f7b.tar.gz cpython-fe289c0f6f2ecbc06a9aa4183304bb6db7c03f7b.tar.bz2 |
Issue #26553: Capitalization of HTTP, HTTPS, FTP, and URL
Patch by Anish Shah and Aatish Neupane.
Diffstat (limited to 'Doc/library/ftplib.rst')
-rw-r--r-- | Doc/library/ftplib.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/library/ftplib.rst b/Doc/library/ftplib.rst index db435b1..242d236 100644 --- a/Doc/library/ftplib.rst +++ b/Doc/library/ftplib.rst @@ -16,7 +16,7 @@ This module defines the class :class:`FTP` and a few related items. The :class:`FTP` class implements the client side of the FTP protocol. You can use this to write Python programs that perform a variety of automated FTP jobs, such -as mirroring other ftp servers. It is also used by the module +as mirroring other FTP servers. It is also used by the module :mod:`urllib.request` to handle URLs that use FTP. For more information on FTP (File Transfer Protocol), see Internet :rfc:`959`. |