diff options
author | Martin Panter <vadmium+py@gmail.com> | 2016-12-18 05:37:21 (GMT) |
---|---|---|
committer | Martin Panter <vadmium+py@gmail.com> | 2016-12-18 05:37:21 (GMT) |
commit | fff07e34fab1d70b09458fcb351da84fd866c0f9 (patch) | |
tree | 2827fbdd3aea5c09bf85ab5d7b5d14f663be9e7b /Lib | |
parent | d4f813227891dfd1725bf330b0a25a477c8e16ac (diff) | |
parent | 2f9171d9008dea8db9183041dab71d8ef1edb844 (diff) | |
download | cpython-fff07e34fab1d70b09458fcb351da84fd866c0f9.zip cpython-fff07e34fab1d70b09458fcb351da84fd866c0f9.tar.gz cpython-fff07e34fab1d70b09458fcb351da84fd866c0f9.tar.bz2 |
Merge spelling and grammar from 3.5
Diffstat (limited to 'Lib')
-rw-r--r-- | Lib/distutils/tests/test_bdist_rpm.py | 2 | ||||
-rw-r--r-- | Lib/test/test_unicode.py | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/Lib/distutils/tests/test_bdist_rpm.py b/Lib/distutils/tests/test_bdist_rpm.py index d7c9feb..6453a02 100644 --- a/Lib/distutils/tests/test_bdist_rpm.py +++ b/Lib/distutils/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') diff --git a/Lib/test/test_unicode.py b/Lib/test/test_unicode.py index 0737140..883c362 100644 --- a/Lib/test/test_unicode.py +++ b/Lib/test/test_unicode.py @@ -2639,7 +2639,7 @@ class CAPITest(unittest.TestCase): b'repr=%V', None, b'abc\xff') # not supported: copy the raw format string. these tests are just here - # to check for crashs and should not be considered as specifications + # to check for crashes and should not be considered as specifications check_format('%s', b'%1%s', b'abc') check_format('%1abc', |