Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 1766bc3

Browse files
committed
clarify comment
1 parent e17a6fa commit 1766bc3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Lib/test/test_ntpath.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -669,7 +669,7 @@ def test_realpath_permission(self):
669669
raise unittest.SkipTest('the filesystem seems to lack support for short filenames')
670670

671671
# Deny the right to [S]YNCHRONIZE on the file to
672-
# force GetFinalPathName to fail with ERROR_ACCESS_DENIED.
672+
# force nt._getfinalpathname to fail with ERROR_ACCESS_DENIED.
673673
p = subprocess.run(
674674
['icacls.exe', test_file, '/deny', '*S-1-5-32-545:(S)'],
675675
creationflags=subprocess.DETACHED_PROCESS

0 commit comments

Comments
 (0)