]> granicus.if.org Git - python/commitdiff
More typo fixes for 3.6
authorMartin Panter <vadmium+py@gmail.com>
Sat, 4 Jun 2016 05:06:25 +0000 (05:06 +0000)
committerMartin Panter <vadmium+py@gmail.com>
Sat, 4 Jun 2016 05:06:25 +0000 (05:06 +0000)
Lib/trace.py
Lib/urllib/request.py

index 7afbe7671336c2a8c9b3f42d1ce845937061adcb..ae154615fa3af4a8f093b761c384e3a1ba1f86ee 100755 (executable)
@@ -224,7 +224,7 @@ class CoverageResults:
 
         :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.
         """
index 333c3f245c541f2f93ed05082de7afddf8b9e6ad..b16b642458f071a79b19ce6bb4a4035f2befffed 100644 (file)
@@ -187,7 +187,7 @@ def urlopen(url, data=None, timeout=socket._GLOBAL_DEFAULT_TIMEOUT,
 
     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 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