cpython (3.4): Correct indent

http://hg.python.org/cpython/rev/c3cecf8e7497 changeset: 92283:c3cecf8e7497 branch: 3.4 user: Jason R. Coombs <jaraco@jaraco.com> date: Sun Aug 31 15:00:47 2014 -0400 summary: Correct indent files: Lib/distutils/tests/test_dir_util.py | 2 +- 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 --- a/Lib/distutils/tests/test_dir_util.py +++ b/Lib/distutils/tests/test_dir_util.py @@ -51,7 +51,7 @@ 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) -- Repository URL: http://hg.python.org/cpython
participants (1)
-
jason.coombs