diff options
| author | Martin Panter <vadmium+py@gmail.com> | 2016-05-28 02:20:39 +0000 |
|---|---|---|
| committer | Martin Panter <vadmium+py@gmail.com> | 2016-05-28 02:20:39 +0000 |
| commit | fe289c0f6f2ecbc06a9aa4183304bb6db7c03f7b (patch) | |
| tree | 715a1df308b1103b7dc2e34db063fbe0870c3ef6 /Doc/library/urllib.parse.rst | |
| parent | 6bb91f3b6e51352f91bcf785d3f6fe160ed2cd85 (diff) | |
| download | cpython-git-fe289c0f6f2ecbc06a9aa4183304bb6db7c03f7b.tar.gz | |
Issue #26553: Capitalization of HTTP, HTTPS, FTP, and URL
Patch by Anish Shah and Aatish Neupane.
Diffstat (limited to 'Doc/library/urllib.parse.rst')
| -rw-r--r-- | Doc/library/urllib.parse.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/library/urllib.parse.rst b/Doc/library/urllib.parse.rst index 21c82f5262..9eb0a93f3c 100644 --- a/Doc/library/urllib.parse.rst +++ b/Doc/library/urllib.parse.rst @@ -582,7 +582,7 @@ task isn't already covered by the URL parsing functions above. Names (URNs) and Uniform Resource Locators (URLs). :rfc:`2368` - The mailto URL scheme. - Parsing requirements for mailto url schemes. + Parsing requirements for mailto URL schemes. :rfc:`1808` - Relative Uniform Resource Locators This Request For Comments includes the rules for joining an absolute and a |
