Removed spaces before commas and periods.

This commit is contained in:
Serhiy Storchaka 2013-12-23 18:20:51 +02:00
parent eaedaeccf2
commit a4d170d985
18 changed files with 20 additions and 20 deletions

View file

@ -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.