From 3bcf9dadea5a88ef387aea8ba9f5f72f0ca22466 Mon Sep 17 00:00:00 2001 From: Abigtree Date: Tue, 5 Sep 2023 10:55:18 +0800 Subject: [PATCH] Update mult-values.py Fix argument: data2 help description --- samples/multi-example/mult-values.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/samples/multi-example/mult-values.py b/samples/multi-example/mult-values.py index a0e82f293..a8d2bf134 100644 --- a/samples/multi-example/mult-values.py +++ b/samples/multi-example/mult-values.py @@ -187,7 +187,7 @@ def parse_args(pargs=None): required=False, help='Data1 to read in') parser.add_argument('--data2', default='../../datas/orcl-1995-2014.txt', - required=False, help='Data1 to read in') + required=False, help='Data2 to read in') # Defaults for dates parser.add_argument('--fromdate', required=False, default='2001-01-01',