mirror of
https://github.com/python/cpython.git
synced 2025-10-09 16:34:44 +00:00
Issue #5341: Fix a variety of spelling errors.
This commit is contained in:
parent
a12a86e956
commit
3e4caeb3bf
56 changed files with 93 additions and 93 deletions
|
@ -57,7 +57,7 @@ class CoreTestCase(unittest.TestCase):
|
|||
|
||||
def test_run_setup_uses_current_dir(self):
|
||||
# This tests that the setup script is run with the current directory
|
||||
# as it's own current directory; this was temporarily broken by a
|
||||
# as its own current directory; this was temporarily broken by a
|
||||
# previous patch when TESTFN did not use the current directory.
|
||||
sys.stdout = StringIO.StringIO()
|
||||
cwd = os.getcwd()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue