diff options
author | Éric Araujo <merwok@netwok.org> | 2011-06-06 18:28:13 (GMT) |
---|---|---|
committer | Éric Araujo <merwok@netwok.org> | 2011-06-06 18:28:13 (GMT) |
commit | de7563bd3c0476b40869de0e75244052a3fc568d (patch) | |
tree | 43fa73aca9be766b14adb8ff866b61394194d258 /Lib/packaging | |
parent | 9808dac192601960916e4300633a1d1818be92c7 (diff) | |
download | cpython-de7563bd3c0476b40869de0e75244052a3fc568d.zip cpython-de7563bd3c0476b40869de0e75244052a3fc568d.tar.gz cpython-de7563bd3c0476b40869de0e75244052a3fc568d.tar.bz2 |
Fix comment
Diffstat (limited to 'Lib/packaging')
-rw-r--r-- | 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 index 41b2a24..82f4b30 100644 --- a/Lib/packaging/tests/test_command_sdist.py +++ b/Lib/packaging/tests/test_command_sdist.py @@ -211,7 +211,7 @@ class SDistTestCase(support.TempdirManager, 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) |