]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
fix grammar
authorBenjamin Peterson <benjamin@python.org>
Mon, 20 Apr 2015 03:14:37 +0000 (23:14 -0400)
committerBenjamin Peterson <benjamin@python.org>
Mon, 20 Apr 2015 03:14:37 +0000 (23:14 -0400)
Doc/library/urllib.request.rst

index d878aac55788a3eb2829480a0feff32d47706eb8..053248156b698ba4c2ec2c39780e14b3aaed8708 100644 (file)
@@ -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: