From: Benjamin Peterson Date: Fri, 30 Nov 2012 21:13:14 +0000 (-0500) Subject: fix spelling X-Git-Tag: v2.7.4rc1~334 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=71966058a8dcd3456dabbe6afcdafd727b75e449;p=thirdparty%2FPython%2Fcpython.git fix spelling --- diff --git a/Lib/test/test_posixpath.py b/Lib/test/test_posixpath.py index aaf4d661ef6d..8562d2bc85a6 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(