[Python-checkins] cpython (3.4): fix grammar
benjamin.peterson
python-checkins at python.org
Mon Apr 20 05:15:01 CEST 2015
https://hg.python.org/cpython/rev/512a2408181f
changeset: 95724:512a2408181f
branch: 3.4
parent: 95718:e0bd083fc9c1
user: Benjamin Peterson <benjamin at python.org>
date: Sun Apr 19 23:14:37 2015 -0400
summary:
fix grammar
files:
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
--- a/Doc/library/urllib.request.rst
+++ b/Doc/library/urllib.request.rst
@@ -1067,7 +1067,7 @@
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:
--
Repository URL: https://hg.python.org/cpython
More information about the Python-checkins
mailing list