Skip to content

Commit 0c4d55e

Browse files
authored
Apply suggestions from code review
1 parent 6eee248 commit 0c4d55e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Doc/library/urllib.request.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1229,11 +1229,11 @@ it receives from the HTTP server. In general, a program will decode
12291229
the returned bytes object to string once it determines or guesses
12301230
the appropriate encoding.
12311231

1232-
The following HTML spec document, https://html.spec.whatwg.org/#charset\ , lists
1232+
The following HTML spec document, https://html.spec.whatwg.org/#charset, lists
12331233
the various ways in which an HTML document could have specified its
12341234
encoding information.
12351235

1236-
For additional information, see the W3C document: https://www.w3.org/International/questions/qa-html-encoding-declarations\ .
1236+
For additional information, see the W3C document: https://www.w3.org/International/questions/qa-html-encoding-declarations.
12371237

12381238
As the python.org website uses *utf-8* encoding as specified in its meta tag, we
12391239
will use the same for decoding the bytes object::

0 commit comments

Comments
 (0)