[Python-checkins] cpython: Fix comment

eric.araujo python-checkins at python.org
Tue Jun 7 17:32:02 CEST 2011


http://hg.python.org/cpython/rev/e6f09a6367aa
changeset:   70704:e6f09a6367aa
user:        Éric Araujo <merwok at netwok.org>
date:        Mon Jun 06 20:28:13 2011 +0200
summary:
  Fix comment

files:
  Lib/packaging/tests/test_command_sdist.py |  2 +-
  1 files changed, 1 insertions(+), 1 deletions(-)


diff --git a/Lib/packaging/tests/test_command_sdist.py b/Lib/packaging/tests/test_command_sdist.py
--- a/Lib/packaging/tests/test_command_sdist.py
+++ b/Lib/packaging/tests/test_command_sdist.py
@@ -211,7 +211,7 @@
         with zipfile.ZipFile(join(dist_folder, 'fake-1.0.zip')) as zip_file:
             content = zip_file.namelist()
 
-        # Making sure everything was added. This includes 9 code and data
+        # Making sure everything was added. This includes 8 code and data
         # files in addition to PKG-INFO.
         self.assertEqual(len(content), 9)
 

-- 
Repository URL: http://hg.python.org/cpython


More information about the Python-checkins mailing list