Skip to content

Commit 544988d

Browse files
Merge pull request geekcomputers#192 from fanofxiaofeng/patch-1
small typo fix
2 parents c88655d + 07a3042 commit 544988d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

fileinfo.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
print ("\nNameError : [%s] No such file or directory\n", file_name)
2929

3030
if try_count == 0:
31-
print ("Trial limit exceded \nExiting program")
31+
print ("Trial limit exceeded \nExiting program")
3232
sys.exit()
3333

3434
# create a dictionary to hold file info

0 commit comments

Comments
 (0)