summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBarry Warsaw <barry@python.org>2015-06-11 14:27:12 -0400
committerBarry Warsaw <barry@python.org>2015-06-11 14:27:12 -0400
commit554df34d1afd8727a7405544801810e25cff5f6e (patch)
tree5c0169c94edc215d10db24d7890729f5c1c75ff9
parentfb609b4fab5ed1b8281be441ef94408d4e37ef6a (diff)
downloadwheel-554df34d1afd8727a7405544801810e25cff5f6e.tar.gz
-rw-r--r--wheel/archive.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/wheel/archive.py b/wheel/archive.py
index d3dc19c..42ffee6 100644
--- a/wheel/archive.py
+++ b/wheel/archive.py
@@ -34,7 +34,7 @@ def make_wheelfile_inner(base_name, base_dir='.'):
log.info("creating '%s' and adding '%s' to it", zip_filename, base_dir)
# Some applications need reproducible .whl files, but they can't do this
- # without forcing the timestamp of the individual TarInfo objects. See
+ # without forcing the timestamp of the individual ZipInfo objects. See
# issue #143.
timestamp = os.environ.get('WHEEL_FORCE_TIMESTAMP')
if timestamp is None: