From 1cc35406692f7da35a805bc6f599962f29ee5918 Mon Sep 17 00:00:00 2001 From: Tim Golden Date: Fri, 25 Oct 2013 21:26:06 +0100 Subject: [PATCH] Correct whitespace in test_os --- Lib/test/test_os.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Lib/test/test_os.py b/Lib/test/test_os.py index 1c5fe81eec..81a4d9a7e2 100644 --- a/Lib/test/test_os.py +++ b/Lib/test/test_os.py @@ -1591,7 +1591,7 @@ class Win32ListdirTests(unittest.TestCase): def test_listdir_extended_path(self): """Test when the path starts with '\\\\?\\'.""" - # See: http://msdn.microsoft.com/en-us/library/windows/desktop/aa365247(v=vs.85).aspx#maxpath + # See: http://msdn.microsoft.com/en-us/library/windows/desktop/aa365247(v=vs.85).aspx#maxpath # unicode path = '\\\\?\\' + os.path.abspath(support.TESTFN) self.assertEqual( -- 2.49.0