Skip to content

Commit a96dc09

Browse files
committed
Modify to pass lint checks
Added newline at end of News entry. Removed trailing whitespace on comment in test_ntpath.py
1 parent a168cb8 commit a96dc09

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Lib/test/test_ntpath.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1368,7 +1368,7 @@ def test_ismount(self):
13681368
self.assertTrue(ntpath.ismount(b"\\\\.\\c:\\"))
13691369
self.assertTrue(ntpath.ismount(b"\\\\.\\C:\\"))
13701370

1371-
# Look for a non-existent drive letter that can be used to test
1371+
# Look for a non-existent drive letter that can be used to test
13721372
# behaviour of ismount().
13731373
for drive in "DEFGHIJKLMNOPQRSTUVWXYZ":
13741374
if not ntpath.exists(drive + ":\\"):
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
For Windows, os.path.ismount() now returns False for non-existent drive letter roots.
1+
For Windows, os.path.ismount() now returns False for non-existent drive letter roots.

0 commit comments

Comments
 (0)