Whitespace normalization.

This commit is contained in:
Tim Peters 2003-06-29 05:46:54 +00:00
parent db3756dade
commit 478c10554b
5 changed files with 8 additions and 8 deletions

View file

@ -237,7 +237,7 @@ class PosixPathTest(unittest.TestCase):
),
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 resonable
# inode information and thus, that samefile() doesn't work
if hasattr(os, "symlink"):
os.symlink(
@ -288,7 +288,7 @@ class PosixPathTest(unittest.TestCase):
),
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 resonable
# inode information and thus, that samefile() doesn't work
if hasattr(os, "symlink"):
if hasattr(os, "symlink"):