Skip to content

Commit e31bb3e

Browse files
author
ekultek
committed
fixes a minor typo
1 parent c2936af commit e31bb3e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/jsonize.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ def random_file_name(acceptable=string.ascii_letters, length=7):
1212
create a random filename.
1313
1414
`note: this could potentially cause issues if there
15-
a lot of file in the directory`
15+
a lot of files in the directory`
1616
"""
1717
retval = set()
1818
for _ in range(length):

0 commit comments

Comments
 (0)