Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit b6f916d

Browse files
committed
Fix verb tense in skip message.
1 parent e572c63 commit b6f916d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Lib/test/test_genericpath.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -286,7 +286,7 @@ def test_abspath_issue3426(self):
286286
self.assertIsInstance(abspath(path), str)
287287

288288
@unittest.skipIf(sys.platform == 'darwin',
289-
"Mac OS X deny the creation of a directory with an invalid utf8 name")
289+
"Mac OS X denies the creation of a directory with an invalid utf8 name")
290290
def test_nonascii_abspath(self):
291291
# Test non-ASCII, non-UTF8 bytes in the path.
292292
with support.temp_cwd(b'\xe7w\xf0'):

0 commit comments

Comments
 (0)