summaryrefslogtreecommitdiffstats
path: root/Lib/test
diff options
context:
space:
mode:
authorBenjamin Peterson <benjamin@python.org>2012-11-30 21:13:14 (GMT)
committerBenjamin Peterson <benjamin@python.org>2012-11-30 21:13:14 (GMT)
commit71966058a8dcd3456dabbe6afcdafd727b75e449 (patch)
tree55e4e0c2116aeadb8de101f3fa5343b26628c810 /Lib/test
parent8a1a17b309b09a986b874ff322171842392d98d4 (diff)
downloadcpython-71966058a8dcd3456dabbe6afcdafd727b75e449.zip
cpython-71966058a8dcd3456dabbe6afcdafd727b75e449.tar.gz
cpython-71966058a8dcd3456dabbe6afcdafd727b75e449.tar.bz2
fix spelling
Diffstat (limited to 'Lib/test')
-rw-r--r--Lib/test/test_posixpath.py5
1 files changed, 3 insertions, 2 deletions
diff --git a/Lib/test/test_posixpath.py b/Lib/test/test_posixpath.py
index aaf4d66..8562d2b 100644
--- a/Lib/test/test_posixpath.py
+++ b/Lib/test/test_posixpath.py
@@ -153,8 +153,9 @@ class PosixPathTest(unittest.TestCase):
),
True
)
- # If we don't have links, assume that os.stat() doesn't return resonable
- # inode information and thus, that samestat() doesn't work
+ # If we don't have links, assume that os.stat() doesn't return
+ # reasonable inode information and thus, that samestat() doesn't
+ # work.
if hasattr(os, "symlink"):
os.symlink(test_support.TESTFN + "1", test_support.TESTFN + "2")
self.assertIs(