summaryrefslogtreecommitdiffstats
path: root/Doc/library/urllib.request.rst
diff options
context:
space:
mode:
authorSerhiy Storchaka <storchaka@gmail.com>2013-12-23 16:21:57 (GMT)
committerSerhiy Storchaka <storchaka@gmail.com>2013-12-23 16:21:57 (GMT)
commit2a6145290be7aec586c170ce7e405fb3813f39fd (patch)
treee11049c936061e28d6a3ca57c5b132f2c1205531 /Doc/library/urllib.request.rst
parentae2ee96ad797435963e9aa13d54d52db765486c9 (diff)
parenta4d170d985df52d3fedf908c158824c057c9b7c6 (diff)
downloadcpython-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.rst2
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.