Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 0f29ad1

Browse files
committed
More typo fixes for 3.6
1 parent 1940919 commit 0f29ad1

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

Lib/trace.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -224,7 +224,7 @@ def write_results(self, show_missing=True, summary=False, coverdir=None):
224224
225225
:param show_missing: Show lines that had no hits.
226226
:param summary: Include coverage summary per module.
227-
:param coverdir: If None, the results of each module are placed in it's
227+
:param coverdir: If None, the results of each module are placed in its
228228
directory, otherwise it is included in the directory
229229
specified.
230230
"""

Lib/urllib/request.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -187,7 +187,7 @@ def urlopen(url, data=None, timeout=socket._GLOBAL_DEFAULT_TIMEOUT,
187187
188188
For ftp, file, and data urls and requests explicitly handled by legacy
189189
URLopener and FancyURLopener classes, this function returns a
190-
urllib.response.addinfourl object which can work as context manager and
190+
urllib.response.addinfourl object which can work as a context manager and
191191
also support the geturl(), info(), getcode() methods listed above.
192192
193193
Note that *None& may be returned if no handler handles the request (though

0 commit comments

Comments
 (0)