mirror of
https://github.com/python/cpython.git
synced 2025-12-04 00:30:19 +00:00
Merge spelling and grammar fixes from 3.5
This commit is contained in:
commit
02b75abf73
14 changed files with 15 additions and 15 deletions
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue