diff options
author | Martin Panter <vadmium+py@gmail.com> | 2016-12-18 01:23:09 (GMT) |
---|---|---|
committer | Martin Panter <vadmium+py@gmail.com> | 2016-12-18 01:23:09 (GMT) |
commit | 2f9171d9008dea8db9183041dab71d8ef1edb844 (patch) | |
tree | 5dab4ce6381829b3b22be84b6e97075455fc2694 /Lib/distutils | |
parent | c69fd86f94365a4d502765c2618d0df7e9d7ae67 (diff) | |
download | cpython-2f9171d9008dea8db9183041dab71d8ef1edb844.zip cpython-2f9171d9008dea8db9183041dab71d8ef1edb844.tar.gz cpython-2f9171d9008dea8db9183041dab71d8ef1edb844.tar.bz2 |
Fix spelling and grammar in code comments and documentation
Diffstat (limited to 'Lib/distutils')
-rw-r--r-- | Lib/distutils/tests/test_bdist_rpm.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/distutils/tests/test_bdist_rpm.py b/Lib/distutils/tests/test_bdist_rpm.py index e9795ee..c5962dd 100644 --- a/Lib/distutils/tests/test_bdist_rpm.py +++ b/Lib/distutils/tests/test_bdist_rpm.py @@ -96,7 +96,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') |