Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit cdbe299

Browse files
committed
fix grammar
1 parent e0ac2be commit cdbe299

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Doc/library/urllib.request.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1067,7 +1067,7 @@ The following W3C document, http://www.w3.org/International/O-charset\ , lists
10671067
the various ways in which a (X)HTML or a XML document could have specified its
10681068
encoding information.
10691069

1070-
As the python.org website uses *utf-8* encoding as specified in it's meta tag, we
1070+
As the python.org website uses *utf-8* encoding as specified in its meta tag, we
10711071
will use the same for decoding the bytes object. ::
10721072

10731073
>>> with urllib.request.urlopen('http://www.python.org/') as f:

0 commit comments

Comments
 (0)