We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c2936af commit e31bb3eCopy full SHA for e31bb3e
lib/jsonize.py
@@ -12,7 +12,7 @@ def random_file_name(acceptable=string.ascii_letters, length=7):
12
create a random filename.
13
14
`note: this could potentially cause issues if there
15
- a lot of file in the directory`
+ a lot of files in the directory`
16
"""
17
retval = set()
18
for _ in range(length):
0 commit comments