Fix all wrong instances of "it's".

This commit is contained in:
Georg Brandl 2005-07-22 21:49:32 +00:00
parent 08c02dbb85
commit 7eb4b7d177
21 changed files with 34 additions and 34 deletions

View file

@ -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: