Commit de7563bd authored by Éric Araujo's avatar Éric Araujo

Fix comment

parent 9808dac1
......@@ -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)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment