]> granicus.if.org Git - python/commitdiff
Fix verb tense in skip message.
authorVictor Stinner <victor.stinner@haypocalc.com>
Thu, 13 May 2010 16:22:15 +0000 (16:22 +0000)
committerVictor Stinner <victor.stinner@haypocalc.com>
Thu, 13 May 2010 16:22:15 +0000 (16:22 +0000)
Ooops, merge also r80334 (patch by r.david.murray)

Lib/test/test_genericpath.py

index 765cbc1c10338a37058d43bea15b49cc425d8d7d..972d00ee62cb30c85f949b87dd36d5d0f0352b7a 100644 (file)
@@ -238,7 +238,7 @@ class CommonTest(GenericTest):
                     self.assertIsInstance(abspath(path), unicode)
 
     @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 test_support.temp_cwd('\xe7w\xf0'):