diff --git a/docs/parsers/csv.md b/docs/parsers/csv.md index 0807a0b0..f152fa0a 100644 --- a/docs/parsers/csv.md +++ b/docs/parsers/csv.md @@ -20,8 +20,8 @@ Usage (module): Schema: - csv file converted to a Dictionary: - https://docs.python.org/3/library/csv.html +CSV file converted to a Dictionary: +https://docs.python.org/3/library/csv.html [ { diff --git a/docs/parsers/csv_s.md b/docs/parsers/csv_s.md index 83c9c1c5..2c674580 100644 --- a/docs/parsers/csv_s.md +++ b/docs/parsers/csv_s.md @@ -29,8 +29,8 @@ Usage (module): Schema: - csv file converted to a Dictionary: - https://docs.python.org/3/library/csv.html +CSV file converted to a Dictionary: +https://docs.python.org/3/library/csv.html { "column_name1": string, diff --git a/jc/parsers/csv.py b/jc/parsers/csv.py index 34b63437..5a4bbf6a 100644 --- a/jc/parsers/csv.py +++ b/jc/parsers/csv.py @@ -15,8 +15,8 @@ Usage (module): Schema: - csv file converted to a Dictionary: - https://docs.python.org/3/library/csv.html +CSV file converted to a Dictionary: +https://docs.python.org/3/library/csv.html [ { diff --git a/jc/parsers/csv_s.py b/jc/parsers/csv_s.py index 61f470bc..f3e84681 100644 --- a/jc/parsers/csv_s.py +++ b/jc/parsers/csv_s.py @@ -24,8 +24,8 @@ Usage (module): Schema: - csv file converted to a Dictionary: - https://docs.python.org/3/library/csv.html +CSV file converted to a Dictionary: +https://docs.python.org/3/library/csv.html { "column_name1": string,