From: Jason R. Coombs Date: Sun, 31 Aug 2014 19:00:47 +0000 (-0400) Subject: Correct indent X-Git-Tag: v3.4.2rc1~68 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=1be2e82c57fad3bf8e04cb3e06212752de71ea70;p=python Correct indent --- diff --git a/Lib/distutils/tests/test_dir_util.py b/Lib/distutils/tests/test_dir_util.py index 7e84721f80..6181ec6ef1 100644 --- a/Lib/distutils/tests/test_dir_util.py +++ b/Lib/distutils/tests/test_dir_util.py @@ -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)