From eaa36a6a319f85eed9f80fb04eb0287306b4774a Mon Sep 17 00:00:00 2001 From: Kelly Brazil Date: Thu, 7 Jul 2022 12:56:18 -0700 Subject: [PATCH] formatting --- docs/parsers/csv.md | 4 ++-- docs/parsers/csv_s.md | 4 ++-- jc/parsers/csv.py | 4 ++-- jc/parsers/csv_s.py | 4 ++-- 4 files changed, 8 insertions(+), 8 deletions(-) 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,