Skip to content

Commit

Permalink
Update scripts/generate_users.py
Browse files Browse the repository at this point in the history
Co-authored-by: Christoph Pirkl <[email protected]>
  • Loading branch information
Nicoretti and kaklakariada authored Apr 30, 2024
1 parent e257c55 commit 41d665e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/generate_users.py
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ def _create_parser():
parser.add_argument(
'filename',
type=argparse.FileType('w', encoding='utf8'),
help='file the resulting csv should be wirtten to.'
help='file the resulting CSV should be written to.'
)
parser.add_argument(
'-n', '--count',
Expand Down

0 comments on commit 41d665e

Please sign in to comment.