]> granicus.if.org Git - python/commitdiff
Correct indent
authorJason R. Coombs <jaraco@jaraco.com>
Sun, 31 Aug 2014 19:00:47 +0000 (15:00 -0400)
committerJason R. Coombs <jaraco@jaraco.com>
Sun, 31 Aug 2014 19:00:47 +0000 (15:00 -0400)
Lib/distutils/tests/test_dir_util.py

index 7e84721f80ddf1fc3da368ec935aea5b69f04fa6..6181ec6ef104d8f8a3570856e132a1430492bb10 100644 (file)
@@ -51,7 +51,7 @@ class DirUtilTestCase(support.TempdirManager, unittest.TestCase):
         self.assertEqual(self._logs, wanted)
 
     @unittest.skipIf(sys.platform.startswith('win'),
-                        "This test is only appropriate for POSIX-like systems.")
+        "This test is only appropriate for POSIX-like systems.")
     def test_mkpath_with_custom_mode(self):
         # Get and set the current umask value for testing mode bits.
         umask = os.umask(0o002)