Skip to content

Commit 07a3042

Browse files
small type fix
from 'exceded' to 'exceeded'
1 parent c88655d commit 07a3042

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)