mirror of
https://github.com/python/cpython.git
synced 2025-09-26 18:29:57 +00:00
fix spelling
This commit is contained in:
parent
8a1a17b309
commit
71966058a8
1 changed files with 3 additions and 2 deletions
|
@ -153,8 +153,9 @@ class PosixPathTest(unittest.TestCase):
|
||||||
),
|
),
|
||||||
True
|
True
|
||||||
)
|
)
|
||||||
# If we don't have links, assume that os.stat() doesn't return resonable
|
# If we don't have links, assume that os.stat() doesn't return
|
||||||
# inode information and thus, that samestat() doesn't work
|
# reasonable inode information and thus, that samestat() doesn't
|
||||||
|
# work.
|
||||||
if hasattr(os, "symlink"):
|
if hasattr(os, "symlink"):
|
||||||
os.symlink(test_support.TESTFN + "1", test_support.TESTFN + "2")
|
os.symlink(test_support.TESTFN + "1", test_support.TESTFN + "2")
|
||||||
self.assertIs(
|
self.assertIs(
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue