Skip to content

Commit e489da9

Browse files
committed
os_lib/02_stat: use filename instead of path
1 parent 5716786 commit e489da9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

os_lib/02_stat.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010
# python3 -c 'import os ; print(os.stat in os.supports_fd)'
1111

12-
# fd = os.open('test_file.txt', flags=os.O_RDONLY)
12+
# fd = os.open(filename, flags=os.O_RDONLY)
1313
# stat_info = os.stat(fd)
1414
# os.close(fd)
1515

0 commit comments

Comments
 (0)