diff options
author | Serhiy Storchaka <storchaka@gmail.com> | 2013-12-23 16:21:57 (GMT) |
---|---|---|
committer | Serhiy Storchaka <storchaka@gmail.com> | 2013-12-23 16:21:57 (GMT) |
commit | 2a6145290be7aec586c170ce7e405fb3813f39fd (patch) | |
tree | e11049c936061e28d6a3ca57c5b132f2c1205531 /Doc/library/urllib.request.rst | |
parent | ae2ee96ad797435963e9aa13d54d52db765486c9 (diff) | |
parent | a4d170d985df52d3fedf908c158824c057c9b7c6 (diff) | |
download | cpython-2a6145290be7aec586c170ce7e405fb3813f39fd.zip cpython-2a6145290be7aec586c170ce7e405fb3813f39fd.tar.gz cpython-2a6145290be7aec586c170ce7e405fb3813f39fd.tar.bz2 |
Removed spaces before commas and periods.
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 c4dd7e3..20449d9 100644 --- a/Doc/library/urllib.request.rst +++ b/Doc/library/urllib.request.rst @@ -1055,7 +1055,7 @@ it receives from the http server. In general, a program will decode the returned bytes object to string once it determines or guesses the appropriate encoding. -The following W3C document, http://www.w3.org/International/O-charset , lists +The following W3C document, http://www.w3.org/International/O-charset\ , lists the various ways in which a (X)HTML or a XML document could have specified its encoding information. |