summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJason R. Coombs <jaraco@jaraco.com>2014-08-31 15:00:47 -0400
committerJason R. Coombs <jaraco@jaraco.com>2014-08-31 15:00:47 -0400
commit1be2e82c57fad3bf8e04cb3e06212752de71ea70 (patch)
treedcaea853d020335e33b887a095e82d5fb96bf97b
parentb4efbe8a5890ce1405ce3229356614a6f5b3208e (diff)
downloadcpython-git-1be2e82c57fad3bf8e04cb3e06212752de71ea70.tar.gz
Correct indent
-rw-r--r--Lib/distutils/tests/test_dir_util.py2
1 files changed, 1 insertions, 1 deletions
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)