From: Éric Araujo Date: Mon, 6 Jun 2011 18:28:13 +0000 (+0200) Subject: Fix comment X-Git-Tag: v3.3.0a1~2159^2~3 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=de7563bd3c0476b40869de0e75244052a3fc568d;p=python Fix comment --- diff --git a/Lib/packaging/tests/test_command_sdist.py b/Lib/packaging/tests/test_command_sdist.py index 41b2a24c8b..82f4b30e59 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)