mirror of
https://github.com/python/cpython.git
synced 2025-08-04 08:59:19 +00:00
Fix all wrong instances of "it's".
This commit is contained in:
parent
08c02dbb85
commit
7eb4b7d177
21 changed files with 34 additions and 34 deletions
|
@ -1462,7 +1462,7 @@ class TarFile(object):
|
|||
# stream of tar blocks.
|
||||
raise StreamError, "cannot extract (sym)link as file object"
|
||||
else:
|
||||
# A (sym)link's file object is it's target's file object.
|
||||
# A (sym)link's file object is its target's file object.
|
||||
return self.extractfile(self._getmember(tarinfo.linkname,
|
||||
tarinfo))
|
||||
else:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue