]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Correct whitespace in test_os
authorTim Golden <mail@timgolden.me.uk>
Fri, 25 Oct 2013 20:26:06 +0000 (21:26 +0100)
committerTim Golden <mail@timgolden.me.uk>
Fri, 25 Oct 2013 20:26:06 +0000 (21:26 +0100)
Lib/test/test_os.py

index 1c5fe81eece0b7bbb39ba509e802a8774ef01cd6..81a4d9a7e2b47faee6fca3cf44b3786f44ae0ccc 100644 (file)
@@ -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(