We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cb448c2 commit a070cd4Copy full SHA for a070cd4
scripts/12_csv_split.py
@@ -33,7 +33,7 @@
33
def get_arguments():
34
"""Grab user supplied arguments using the argparse library."""
35
36
- # Use arparse to get command line arguments
+ # Use argparse to get command line arguments
37
parser = argparse.ArgumentParser()
38
parser.add_argument("-i", "--input_file", required=True,
39
help="csv input file (with extension)", type=str)
0 commit comments