diff options
author | Martin Panter <vadmium+py@gmail.com> | 2016-07-11 07:51:37 (GMT) |
---|---|---|
committer | Martin Panter <vadmium+py@gmail.com> | 2016-07-11 07:51:37 (GMT) |
commit | 204bf0b9aecd221c33f3e0909f261411783acf1b (patch) | |
tree | 53640723738b9ed6b5c99010d8a88d328766c66e /Doc/library/urllib.request.rst | |
parent | 0ca0edee336a98f209ed79e640a9dc80620a29bd (diff) | |
download | cpython-204bf0b9aecd221c33f3e0909f261411783acf1b.zip cpython-204bf0b9aecd221c33f3e0909f261411783acf1b.tar.gz cpython-204bf0b9aecd221c33f3e0909f261411783acf1b.tar.bz2 |
English spelling and grammar fixes
Diffstat (limited to 'Doc/library/urllib.request.rst')
-rw-r--r-- | Doc/library/urllib.request.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/library/urllib.request.rst b/Doc/library/urllib.request.rst index 1338906..6c1bfb8 100644 --- a/Doc/library/urllib.request.rst +++ b/Doc/library/urllib.request.rst @@ -1138,7 +1138,7 @@ the returned bytes object to string once it determines or guesses the appropriate encoding. The following W3C document, https://www.w3.org/International/O-charset\ , lists -the various ways in which a (X)HTML or a XML document could have specified its +the various ways in which an (X)HTML or an XML document could have specified its encoding information. As the python.org website uses *utf-8* encoding as specified in its meta tag, we |