diff options
author | Benjamin Peterson <benjamin@python.org> | 2015-04-20 03:14:37 (GMT) |
---|---|---|
committer | Benjamin Peterson <benjamin@python.org> | 2015-04-20 03:14:37 (GMT) |
commit | cdbe29902e39cc575204ae1ac13505f3a699b8ba (patch) | |
tree | f2ca37c13c96231f376012588633033e4c68cf3f | |
parent | e0ac2beb4febece5ffdf1b7db7a2f53a8c187ce4 (diff) | |
download | cpython-cdbe29902e39cc575204ae1ac13505f3a699b8ba.zip cpython-cdbe29902e39cc575204ae1ac13505f3a699b8ba.tar.gz cpython-cdbe29902e39cc575204ae1ac13505f3a699b8ba.tar.bz2 |
fix grammar
-rw-r--r-- | Doc/library/urllib.request.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/library/urllib.request.rst b/Doc/library/urllib.request.rst index d878aac..0532481 100644 --- a/Doc/library/urllib.request.rst +++ b/Doc/library/urllib.request.rst @@ -1067,7 +1067,7 @@ 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. -As the python.org website uses *utf-8* encoding as specified in it's meta tag, we +As the python.org website uses *utf-8* encoding as specified in its meta tag, we will use the same for decoding the bytes object. :: >>> with urllib.request.urlopen('http://www.python.org/') as f: |