summaryrefslogtreecommitdiffstats
path: root/Lib/tarfile.py
diff options
context:
space:
mode:
Diffstat (limited to 'Lib/tarfile.py')
-rwxr-xr-xLib/tarfile.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/tarfile.py b/Lib/tarfile.py
index 5d4c86c..631b69d 100755
--- a/Lib/tarfile.py
+++ b/Lib/tarfile.py
@@ -1056,7 +1056,7 @@ class TarInfo(object):
# The old GNU sparse format occupies some of the unused
# space in the buffer for up to 4 sparse structures.
- # Save the them for later processing in _proc_sparse().
+ # Save them for later processing in _proc_sparse().
if obj.type == GNUTYPE_SPARSE:
pos = 386
structs = []