Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e572c63 commit b6f916dCopy full SHA for b6f916d
1 file changed
Lib/test/test_genericpath.py
@@ -286,7 +286,7 @@ def test_abspath_issue3426(self):
286
self.assertIsInstance(abspath(path), str)
287
288
@unittest.skipIf(sys.platform == 'darwin',
289
- "Mac OS X deny the creation of a directory with an invalid utf8 name")
+ "Mac OS X denies the creation of a directory with an invalid utf8 name")
290
def test_nonascii_abspath(self):
291
# Test non-ASCII, non-UTF8 bytes in the path.
292
with support.temp_cwd(b'\xe7w\xf0'):
0 commit comments