From 2eec63919e758b6f037765c8ca46f53a42c5f138 Mon Sep 17 00:00:00 2001 From: Bryan Newbold Date: Wed, 24 Nov 2021 16:10:30 -0800 Subject: codespell fix minor typos (there are some more in actual code --- chocula/common.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'chocula/common.py') diff --git a/chocula/common.py b/chocula/common.py index 94c4c7f..29b6e26 100644 --- a/chocula/common.py +++ b/chocula/common.py @@ -178,7 +178,7 @@ class KbartLoader: class OnixCsvLoader(KbartLoader): """ Similar to the KBART loader class, but for ONIX CSV files instead of KBART - formated TSV. + formatted TSV. CSV columns: - ISSN @@ -224,7 +224,7 @@ class OnixCsvLoader(KbartLoader): class CarinianaCsvLoader(KbartLoader): """ Similar to the KBART loader class, but for custom CSV files instead of - KBART formated TSV. + KBART formatted TSV. CSV columns: - Region @@ -273,7 +273,7 @@ class HathifilesLoader(KbartLoader): """ Similar to the KBART loader class, but for Hathifiles bulk format. - Relavent TSV columns ("one-indexed", not zero-indexed): + Relevant TSV columns ("one-indexed", not zero-indexed): - 2 access (allow=bright, deny=dark) - 5 description -- cgit v1.2.3