More typo fixes for 3.6
This commit is contained in:
parent
19409197e2
commit
0f29ad1be5
|
@ -224,7 +224,7 @@ class CoverageResults:
|
||||||
|
|
||||||
:param show_missing: Show lines that had no hits.
|
:param show_missing: Show lines that had no hits.
|
||||||
:param summary: Include coverage summary per module.
|
: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
|
directory, otherwise it is included in the directory
|
||||||
specified.
|
specified.
|
||||||
"""
|
"""
|
||||||
|
|
|
@ -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
|
For ftp, file, and data urls and requests explicitly handled by legacy
|
||||||
URLopener and FancyURLopener classes, this function returns a
|
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.
|
also support the geturl(), info(), getcode() methods listed above.
|
||||||
|
|
||||||
Note that *None& may be returned if no handler handles the request (though
|
Note that *None& may be returned if no handler handles the request (though
|
||||||
|
|
Loading…
Reference in New Issue