[Python-checkins] cpython: More typo fixes for 3.6

martin.panter python-checkins at python.org
Sat Jun 4 01:31:33 EDT 2016


https://hg.python.org/cpython/rev/065fcfb2ad40
changeset:   101682:065fcfb2ad40
user:        Martin Panter <vadmium+py at gmail.com>
date:        Sat Jun 04 05:06:25 2016 +0000
summary:
  More typo fixes for 3.6

files:
  Lib/trace.py          |  2 +-
  Lib/urllib/request.py |  2 +-
  2 files changed, 2 insertions(+), 2 deletions(-)


diff --git a/Lib/trace.py b/Lib/trace.py
--- a/Lib/trace.py
+++ b/Lib/trace.py
@@ -224,7 +224,7 @@
 
         :param show_missing: Show lines that had no hits.
         :param summary: Include coverage summary per module.
-        :param coverdir: If None, the results of each module are placed in it's
+        :param coverdir: If None, the results of each module are placed in its
                          directory, otherwise it is included in the directory
                          specified.
         """
diff --git a/Lib/urllib/request.py b/Lib/urllib/request.py
--- a/Lib/urllib/request.py
+++ b/Lib/urllib/request.py
@@ -187,7 +187,7 @@
 
     For ftp, file, and data urls and requests explicitly handled by legacy
     URLopener and FancyURLopener classes, this function returns a
-    urllib.response.addinfourl object which can work as context manager and
+    urllib.response.addinfourl object which can work as a context manager and
     also support the geturl(), info(), getcode() methods listed above.
 
     Note that *None& may be returned if no handler handles the request (though

-- 
Repository URL: https://hg.python.org/cpython


More information about the Python-checkins mailing list