From 8aed3919e6c74bc7ba5cca6da445b3eec72594ca Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20Szczepanik?= Date: Mon, 19 Aug 2024 11:59:12 +0200 Subject: [PATCH] Fix docstring typo Co-authored-by: Adina Wagner --- bin/make_studyvisit_archive | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/make_studyvisit_archive b/bin/make_studyvisit_archive index 5a31801..ad970e9 100755 --- a/bin/make_studyvisit_archive +++ b/bin/make_studyvisit_archive @@ -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: