Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 1be2e82

Browse files
committed
Correct indent
1 parent b4efbe8 commit 1be2e82

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Lib/distutils/tests/test_dir_util.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ def test_mkpath_remove_tree_verbosity(self):
5151
self.assertEqual(self._logs, wanted)
5252

5353
@unittest.skipIf(sys.platform.startswith('win'),
54-
"This test is only appropriate for POSIX-like systems.")
54+
"This test is only appropriate for POSIX-like systems.")
5555
def test_mkpath_with_custom_mode(self):
5656
# Get and set the current umask value for testing mode bits.
5757
umask = os.umask(0o002)

0 commit comments

Comments
 (0)