Skip to content

Commit

Permalink
Fix docstring typo
Browse files Browse the repository at this point in the history
Co-authored-by: Adina Wagner <adina.wagner@t-online.de>
  • Loading branch information
mslw and adswa authored Aug 19, 2024
1 parent adc1ba6 commit 8aed391
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/make_studyvisit_archive
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,7 @@ if __name__ == '__main__':
store_dir = args.output_dir
msg = (
"--output-dir argument is deprecated and will be removed "
"in the future. Use use -o/--store-dir instead."
"in the future. Use -o/--store-dir instead."
)
warnings.warn(msg, DeprecationWarning)
else:
Expand Down

0 comments on commit 8aed391

Please sign in to comment.