Merge spelling and grammar fixes from 3.5

This commit is contained in:
Martin Panter 2016-08-05 01:51:39 +00:00
commit 02b75abf73
14 changed files with 15 additions and 15 deletions

View file

@ -466,7 +466,7 @@ class CmdLineTest(unittest.TestCase):
rc, out, err = assert_python_ok('-I', '-c',
'from sys import flags as f; '
'print(f.no_user_site, f.ignore_environment, f.isolated)',
# dummyvar to prevent extranous -E
# dummyvar to prevent extraneous -E
dummyvar="")
self.assertEqual(out.strip(), b'1 1 1')
with test.support.temp_cwd() as tmpdir: