Skip to content

Commit 1cc3540

Browse files
committed
Correct whitespace in test_os
1 parent 0fb23a2 commit 1cc3540

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Lib/test/test_os.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1591,7 +1591,7 @@ def test_listdir_no_extended_path(self):
15911591

15921592
def test_listdir_extended_path(self):
15931593
"""Test when the path starts with '\\\\?\\'."""
1594-
# See: http://msdn.microsoft.com/en-us/library/windows/desktop/aa365247(v=vs.85).aspx#maxpath
1594+
# See: http://msdn.microsoft.com/en-us/library/windows/desktop/aa365247(v=vs.85).aspx#maxpath
15951595
# unicode
15961596
path = '\\\\?\\' + os.path.abspath(support.TESTFN)
15971597
self.assertEqual(

0 commit comments

Comments
 (0)