From 478c10554b366989b341af4017602571edfe9b2e Mon Sep 17 00:00:00 2001 From: Tim Peters Date: Sun, 29 Jun 2003 05:46:54 +0000 Subject: Whitespace normalization. --- Lib/test/test_posixpath.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Lib/test/test_posixpath.py') diff --git a/Lib/test/test_posixpath.py b/Lib/test/test_posixpath.py index 30551d8390..37e96286d8 100644 --- a/Lib/test/test_posixpath.py +++ b/Lib/test/test_posixpath.py @@ -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"): -- cgit v1.2.1