]> granicus.if.org Git - python/commitdiff
Fix verb tense in skip message.
authorR. David Murray <rdmurray@bitdance.com>
Thu, 22 Apr 2010 01:49:37 +0000 (01:49 +0000)
committerR. David Murray <rdmurray@bitdance.com>
Thu, 22 Apr 2010 01:49:37 +0000 (01:49 +0000)
Lib/test/test_genericpath.py

index 5d68e98d70740f3ad5fbe4573a67eb3b1382885e..9a0f2267f3d8d1b3a428f53628e8830fc871b7bd 100644 (file)
@@ -286,7 +286,7 @@ class CommonTest(GenericTest):
                     self.assertIsInstance(abspath(path), str)
 
     @unittest.skipIf(sys.platform == 'darwin',
-        "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")
     def test_nonascii_abspath(self):
         # Test non-ASCII, non-UTF8 bytes in the path.
         with support.temp_cwd(b'\xe7w\xf0'):