summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_posixpath.py
diff options
context:
space:
mode:
authorTim Peters <tim.peters@gmail.com>2003-06-29 05:46:54 (GMT)
committerTim Peters <tim.peters@gmail.com>2003-06-29 05:46:54 (GMT)
commit478c10554b366989b341af4017602571edfe9b2e (patch)
treed4f32db5aa64d5903682d8f8d36a29ffeb48af6f /Lib/test/test_posixpath.py
parentdb3756dade0bba030946abcb8e50c914af84f31e (diff)
downloadcpython-478c10554b366989b341af4017602571edfe9b2e.zip
cpython-478c10554b366989b341af4017602571edfe9b2e.tar.gz
cpython-478c10554b366989b341af4017602571edfe9b2e.tar.bz2
Whitespace normalization.
Diffstat (limited to 'Lib/test/test_posixpath.py')
-rw-r--r--Lib/test/test_posixpath.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/Lib/test/test_posixpath.py b/Lib/test/test_posixpath.py
index 30551d8..37e9628 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"):