diff options
author | Tim Golden <mail@timgolden.me.uk> | 2013-10-25 20:26:06 (GMT) |
---|---|---|
committer | Tim Golden <mail@timgolden.me.uk> | 2013-10-25 20:26:06 (GMT) |
commit | 1cc35406692f7da35a805bc6f599962f29ee5918 (patch) | |
tree | 5811995ebfbdd21a88b5ae84ba3c50109f0f8531 /Lib/test/test_os.py | |
parent | 0fb23a23f1063870df7155f7123dea55f00c786e (diff) | |
download | cpython-1cc35406692f7da35a805bc6f599962f29ee5918.zip cpython-1cc35406692f7da35a805bc6f599962f29ee5918.tar.gz cpython-1cc35406692f7da35a805bc6f599962f29ee5918.tar.bz2 |
Correct whitespace in test_os
Diffstat (limited to 'Lib/test/test_os.py')
-rw-r--r-- | Lib/test/test_os.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/test/test_os.py b/Lib/test/test_os.py index 1c5fe81..81a4d9a 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( |