mirror of
https://github.com/python/cpython.git
synced 2025-08-28 12:45:07 +00:00
Issue #27895: Spelling fixes (Contributed by Ville Skyttä).
This commit is contained in:
parent
613debcf0a
commit
15f44ab043
72 changed files with 121 additions and 121 deletions
|
@ -1306,10 +1306,10 @@ class TestShutil(unittest.TestCase):
|
|||
shutil.chown(filename)
|
||||
|
||||
with self.assertRaises(LookupError):
|
||||
shutil.chown(filename, user='non-exising username')
|
||||
shutil.chown(filename, user='non-existing username')
|
||||
|
||||
with self.assertRaises(LookupError):
|
||||
shutil.chown(filename, group='non-exising groupname')
|
||||
shutil.chown(filename, group='non-existing groupname')
|
||||
|
||||
with self.assertRaises(TypeError):
|
||||
shutil.chown(filename, b'spam')
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue