mirror of
https://github.com/python/cpython.git
synced 2025-08-04 00:48:58 +00:00
Issue #27626: Merge spelling fixes from 3.5
This commit is contained in:
commit
8bde911115
33 changed files with 48 additions and 48 deletions
|
@ -1351,7 +1351,7 @@ class POSIXProcessTestCase(BaseTestCase):
|
|||
desired_exception = e
|
||||
desired_exception.strerror += ': ' + repr(self._nonexistent_dir)
|
||||
else:
|
||||
self.fail("chdir to nonexistant directory %s succeeded." %
|
||||
self.fail("chdir to nonexistent directory %s succeeded." %
|
||||
self._nonexistent_dir)
|
||||
return desired_exception
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue