Skip to content
This repository has been archived by the owner on Sep 9, 2020. It is now read-only.

Commit

Permalink
Fix typo: CVS -> CSV
Browse files Browse the repository at this point in the history
  • Loading branch information
kleschenko committed Jul 4, 2019
1 parent 13da21e commit 3a3019d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion datarobot_batch_scoring/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,7 @@ def parse_args(argv, standalone=False, deployment_aware=False):
help='Skip SSL certificates verification for HTTPS '
'endpoints. Using this flag will cause the '
'argument for ca_bundle to be ignored.')
csv_gr = parser.add_argument_group('CVS parameters')
csv_gr = parser.add_argument_group('CSV parameters')
csv_gr.add_argument('--keep_cols', type=str,
nargs='?',
help='Specifies the column names to append '
Expand Down

0 comments on commit 3a3019d

Please sign in to comment.