diff options
author | Martin Panter <vadmium+py@gmail.com> | 2016-12-18 05:41:55 +0000 |
---|---|---|
committer | Martin Panter <vadmium+py@gmail.com> | 2016-12-18 05:41:55 +0000 |
commit | 5f468e19b9daea4441ceba0eaa8c83d02ab8b15d (patch) | |
tree | 8b995cfca34f34c56ef5b3b3e29bfc0f131478ee | |
parent | 1e7a79f967ca4477d31a44842e8ad2c876d65d6c (diff) | |
parent | a87ddfa754054d9b8e34a97184d6daa6cfcf8e5a (diff) | |
download | python-setuptools-git-5f468e19b9daea4441ceba0eaa8c83d02ab8b15d.tar.gz |
Issue #28987: Merge doc and comment fixes from 3.6
-rw-r--r-- | tests/test_bdist_rpm.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_bdist_rpm.py b/tests/test_bdist_rpm.py index d7c9feb3..6453a02b 100644 --- a/tests/test_bdist_rpm.py +++ b/tests/test_bdist_rpm.py @@ -94,7 +94,7 @@ class BuildRpmTestCase(support.TempdirManager, @unittest.skipIf(find_executable('rpmbuild') is None, 'the rpmbuild command is not found') def test_no_optimize_flag(self): - # let's create a package that brakes bdist_rpm + # let's create a package that breaks bdist_rpm tmp_dir = self.mkdtemp() os.environ['HOME'] = tmp_dir # to confine dir '.rpmdb' creation pkg_dir = os.path.join(tmp_dir, 'foo') |