summaryrefslogtreecommitdiffstats
path: root/Doc/library/urllib.request.rst
diff options
context:
space:
mode:
authorSerhiy Storchaka <storchaka@gmail.com>2013-12-23 16:20:51 (GMT)
committerSerhiy Storchaka <storchaka@gmail.com>2013-12-23 16:20:51 (GMT)
commita4d170d985df52d3fedf908c158824c057c9b7c6 (patch)
treed0b3bf3468ab6c79a62fa85da6bf4a966a59cb62 /Doc/library/urllib.request.rst
parenteaedaeccf275d5e8cb3443c50323e57dee60a204 (diff)
downloadcpython-a4d170d985df52d3fedf908c158824c057c9b7c6.zip
cpython-a4d170d985df52d3fedf908c158824c057c9b7c6.tar.gz
cpython-a4d170d985df52d3fedf908c158824c057c9b7c6.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 10aa260..6493a29 100644
--- a/Doc/library/urllib.request.rst
+++ b/Doc/library/urllib.request.rst
@@ -1072,7 +1072,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.